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: | 2024-12-26 15:11:43 |
Package Statistics | |
---|---|
Total Downloads: | 9 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
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');