fwolf/config

Config management utility

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

This package is auto-updated.

Last update: 2024-05-10 02:41:07 UTC


README

Travis Latest Stable Version License SensioLabsInsight Scrutinizer Code Quality

Config class for easy access.

Install

composer require fwolf/config

Usage

Browse demo/ for example code.

Config, ConfigAwareTrait

Access config value by key, single or multiple, may have sections.

GlobalConfig

Application level config instance.

GlobalConfigWithCheckServerId, CheckServerIdTrait

Restrict behavior by server id.

StringOptions, StringOptionsAwareTrait

Parse config string like 'foo=42, bar=hello'.

License

Distribute under the MIT license.