burdock / php-config
loading configuration from json/yaml/toml file
Installs: 102
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/burdock/php-config
Requires
- ext-json: *
- psr/log: ^1.1
- symfony/yaml: ^4.3
- yosymfony/toml: ^1.0
Requires (Dev)
- monolog/monolog: ^2.0
- phpunit/phpunit: ^8.3
README
What Is It ?
Tool for loading configuration file of json, yaml and toml.
Features
- loading configuration values from specific formatted file.
- digging the value by the JSONPath like notation.
- Not a strict implementation for JSONPath
- The array index [N] should always be a integer value and so on.
- Not a strict implementation for JSONPath
How to use id.
- see the tests.