g4/config

g4应用程序配置管理器

2.1.0 2023-10-30 11:54 UTC

This package is auto-updated.

Last update: 2024-08-30 01:28:51 UTC


README

Config - 配置解析器 - 位于ZF1和ZF2之间,具有include ...的节

安装

使用Composer和Packagist

composer require g4/config

用法

$config = new G4\Config\Config();

$data = $config
    ->setCachePath(__DIR__)
    ->setSection('local')
    ->setPath('config.ini')
    ->getData();

开发

安装依赖

$ make install

运行测试

$ make test

许可协议

(MIT许可协议)有关详细信息,请参阅LICENSE文件...