2017 © Pedro Peláez
 

library confd

Simple config storage with defaults

image

bzick/confd

Simple config storage with defaults

  • Wednesday, March 15, 2017
  • by bzick
  • Repository
  • 1 Watchers
  • 0 Stars
  • 186 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 43 % Grown

The README.md

Simple configuration system

Build Status, (*1)


$config = new Confd\Config("path/to/custom.config.php", "path/to/defaults/");

$config->part->key; $config->part['key']; $config['part']['key']; $config->getItem("part", "key");

The Versions

15/03 2017

dev-master

9999999-dev

Simple config storage with defaults

  Sources   Download

GPLv3

The Development Requires

by Ivan Shalganov

15/03 2017

1.0.0

1.0.0.0

Simple config storage with defaults

  Sources   Download

GPLv3

The Development Requires

by Ivan Shalganov