g4 / config
g4 application config manager
Installs: 61 382
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 2
Open Issues: 0
Requires
- php: >=8.1
- laminas/laminas-config: 3.9.*
- laminas/laminas-config-aggregator: 1.14.*
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...