fwolf / config.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config

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.

About


Languages

Language:PHP 100.0%