Skip to content

g4code/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

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...

About

G4 configuration parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8