coco-soft/config
Composer 安装命令:
composer require coco-soft/config
包简介
A configuration component
README 文档
README
A configuration component
###Usage:
Install it via Composer:
composer require coco-soft/config
<?php //require the composer autoload.php file use coco\config\Config; //set config file path Config::setConfigDir('/path/to/config/dir'); //if get charset in app.php return $charset = Config::get('app.charset'); //or use a helper function $charset = config('app.charset'); // the second parameter is if throw a exception // when this config is not defined $charset = config('app.charset', true);
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-03