Config - configuration parser - somewhere between ZF1 and ZF2, sections with include ...
Using Composer and Packagist
composer require g4/config$config = new G4\Config\Config();
$data = $config
->setCachePath(__DIR__)
->setSection('local')
->setPath('config.ini')
->getData();$ make install
$ make test
(The MIT License) see LICENSE file for details...