/confd

Simple configuration subsystem

Primary LanguagePHPMIT LicenseMIT

Simple configuration system

Build Status

$config = new Confd\Config("path/to/custom.config.php", "path/to/defaults/");
$config->part->key;
$config->part['key'];
$config['part']['key'];

$config->getItem("part", "key");