library config
Simple stateless configuration manager
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
Config
, (*1)
Simple stateless configuration manager, (*2)
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");
dev-master
9999999-dev
Simple stateless configuration manager
Sources
Download
MIT
The Development Requires
by
Roman Lakhtadyr
v0.1.2
0.1.2.0
Simple stateless configuration manager
Sources
Download
MIT
The Development Requires
by
Roman Lakhtadyr
v0.1.1
0.1.1.0
Simple stateless configuration manager
Sources
Download
MIT
The Development Requires
by
Roman Lakhtadyr
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