free-elephants/configuration

0.10.0 2016-01-01 11:24 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:25:27 UTC


README

Build Status

基于 Zend Framework 的 Config 组件概念。

摘要

当前支持的格式

  • PHP (原生数组)
  • YAML
  • JSON

配置包括读取器和写入器。

读取器可以从支持格式的文件或字符串中读取配置。

写入器可以将配置输出到文件或字符串。

控制台工具

php bin/config-tool.php config:convert config-source.php config-dest.yaml

运行 php bin/config-tool.php -h 获取使用说明。