susina/config-builder
Composer 安装命令:
composer require susina/config-builder
包简介
Load and build configuration classes
README 文档
README
Susina Configuration Builder is a library to load parameters, from configuration files, and build configuration objects or arrays. It's based on Symfony Config and Propel configuration sub-system.
Supported configuration file formats are:
- .json via PHP json extension
- .neon via Nette Neon library
- .php
- .xml via PHP SimpleXml, Xml and Dom extensions
- .yml via Symfony Yaml component
Installation
You can install the library via composer:
composer require susina/config-builder
then you should install the library you need to load your preferred configuration file format:
# Suppose you want to use yaml format
composer require symfony/yaml
Usage
See the documentation site.
Issues
Please, open an issue on Github repository.
Contributing
Fork the repository and submit a pull request. For further information see the documentation site
Licensing
This library is released under Apache 2.0 license
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2021-12-16