g4/config
Composer 安装命令:
composer require g4/config
包简介
g4 application config manager
README 文档
README
Config - configuration parser - somewhere between ZF1 and ZF2, sections with include ...
Install
Using Composer and Packagist
composer require g4/config
Usage
$config = new G4\Config\Config(); $data = $config ->setCachePath(__DIR__) ->setSection('local') ->setPath('config.ini') ->getData();
Development
Install dependencies
$ make install
Run tests
$ make test
License
(The MIT License) see LICENSE file for details...
统计信息
- 总下载量: 72.21k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-24