burdock / php-config
loading configuration from json/yaml/toml file
v0.2.2
2022-11-24 11:40 UTC
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.