fwolf/config

配置管理工具

v1.0 2017-09-04 08:31 UTC

This package is auto-updated.

Last update: 2024-09-10 03:21:31 UTC


README

Travis Latest Stable Version License SensioLabsInsight Scrutinizer Code Quality

Config类,便于访问配置。

安装

composer require fwolf/config

使用

浏览 demo/ 获取示例代码。

Config, ConfigAwareTrait

通过键名,单键或多键访问配置值,可能包含部分。

GlobalConfig

应用级别的配置实例。

GlobalConfigWithCheckServerId, CheckServerIdTrait

通过服务器ID限制行为。

StringOptions, StringOptionsAwareTrait

解析配置字符串,如 'foo=42, bar=hello'。

许可证

在MIT许可证下分发。