bzick / confd

Simple configuration subsystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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");

About

Simple configuration subsystem

License:MIT License


Languages

Language:PHP 100.0%