g4 / config
g4 application config manager
2.2.0
2025-09-25 07:57 UTC
Requires
- php: >=8.3
- laminas/laminas-config: *
- laminas/laminas-config-aggregator: *
README
Config - configuration parser - somewhere between ZF1 and ZF2, sections with include ...
Install
Using Composer and Packagist
composer require g4/config
Usage
$config = new G4\Config\Config(); $data = $config ->setCachePath(__DIR__) ->setSection('local') ->setPath('config.ini') ->getData();
Development
Install dependencies
$ make install
Run tests
$ make test
License
(The MIT License) see LICENSE file for details...