linkorb/config
Composer 安装命令:
composer require linkorb/config
包简介
Universal configuration data loader
README 文档
README
This library lets you recursively load configuration data from JSON, YAML and similar files.
- It outputs a single data array with all of your configuration data
- It allows users to split their configuration data into multiple files that can be included.
- Includes keep track of their original files, so relative paths are relative to the file that defines them.
- JSON files can include YAML files and visa-versa
Usage
Refer to examples/example.php for a clear example of this library's usage
统计信息
- 总下载量: 294
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-02