| Package Data | |
|---|---|
| Maintainer Username: | wangjia5693 |
| Maintainer Contact: | wangjia5693@126.com (wangjia5693) |
| Package Create Date: | 2017-02-20 |
| Package Last Update: | 2017-02-21 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:12:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 10 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
use class function like static function;more like laravel facade eg: include_once ROOT .'/vendor/autoload.php';
$aliases = [ 'Cache' => 'Statics\Cache', 'Config'=> 'Statics\Config' ]; $autoloader = (new Statics\Autoload($aliases))->register();
$locale = Config::get('app.locale', 'en_us');