Skip to content

Kachit/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple config management library

License Build Status Latest Stable Version Total Downloads

<?php

$reader = new Kachit\Config\Reader\Php();
$manager = new Kachit\Config\Manager($reader);

$config = $manager->read('/path/to/config/file');

$bar = $config->foo->bar;

About

Simple config management library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages