2017 © Pedro Peláez
 

library config

Simple stateless configuration manager

image

nerd-components/config

Simple stateless configuration manager

  • Saturday, October 8, 2016
  • by pldin601
  • Repository
  • 1 Watchers
  • 0 Stars
  • 56 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Config

Build Status Coverage Status StyleCI, (*1)

Simple stateless configuration manager, (*2)

Formats

Supported formats: PHP, JSON and INI., (*3)

Usage

use Kote\Config;

$config = Config\getConfig("/path/to/config", Config\Formats\JSON);

$someKey = Config\getValue($config, "config1.someKey", defaultValue);
$key = Config\getValue($config, "other.key");
$token = Config\getValue($config, "app.token");

The Versions

08/10 2016

dev-master

9999999-dev

Simple stateless configuration manager

  Sources   Download

MIT

The Development Requires

by Roman Lakhtadyr

08/10 2016

v0.1.2

0.1.2.0

Simple stateless configuration manager

  Sources   Download

MIT

The Development Requires

by Roman Lakhtadyr

02/10 2016

v0.1.1

0.1.1.0

Simple stateless configuration manager

  Sources   Download

MIT

The Development Requires

by Roman Lakhtadyr

30/09 2016

v0.1

0.1.0.0

Configuration Manager

  Sources   Download

MIT

The Requires

  • kote-components/kote-absolute-path ^0.1

 

The Development Requires

by Roman Lakhtadyr