nerd-components/config
Composer 安装命令:
composer require nerd-components/config
包简介
Simple stateless configuration manager
README 文档
README
Simple stateless configuration manager
Formats
Supported formats: PHP, JSON and INI.
Usage
use Kote\Config; $config = Config\getConfig("/path/to/config", Config\Formats\JSON); $someKey = Config\getValue($config, "config1.someKey", defaultValue); $key = Config\getValue($config, "other.key"); $token = Config\getValue($config, "app.token");
统计信息
- 总下载量: 67
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-05