ixocreate/ config
1.0.0-alpha2
2019-01-25 03:17 UTC
Requires
- php: ^7.1
- ixocreate/contract: =1.0.0-alpha2
Requires (Dev)
- ixocreate/coding-standard: ^1.0
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.0.6
- zendframework/zend-stdlib: ^3.1
This package is auto-updated.
Last update: 2022-02-01 13:15:33 UTC
README
ixocreate/config 是一个PHP数组配置解析/访问器
安装
使用composer安装此包
composer require ixocreate/config
使用方法
$config = new Config([ 'db' => [ 'user' => "myuser", 'host' => "myhost", 'pass' => "mypass", ] ]); $config->get('db.user');
许可
MIT许可证(MIT)。请参阅LICENSE获取更多信息。