fwolf / config
Config management utility
v1.0
2017-09-04 08:31 UTC
Requires
- php: >=5.6
- fwolf/singleton: ^1.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-11-10 03:41:17 UTC
README
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.