2017 © Pedro Peláez
 

library config

Simple config management library

image

kachit/config

Simple config management library

  • Tuesday, June 5, 2018
  • by kachit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 572 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 52 % Grown

The README.md

Simple config management library

License Build Status Latest Stable Version Total Downloads, (*1)

<?php

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

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

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

The Versions

05/06 2018

dev-master

9999999-dev

Simple config management library

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

config

23/05 2018

1.0

1.0.0.0

Simple config management library

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

config

23/05 2018

1.1

1.1.0.0

Simple config management library

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

config