cyon / wise
Symfony Config for everyone else.
Installs: 148
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 5
Open Issues: 0
pkg:composer/cyon/wise
Requires
- php: >=5.4
- symfony/config: ^2.7 || ^3.0 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.2
- leofeyer/optimize-native-functions-fixer: ^1.1
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: >=4.8.35 || >=5.4.3
- symfony/yaml: ^2.7 || ^3.0 || ^4.0
Suggests
- ext-dom: For parsing XML files.
- symfony/yaml: For parsing YAML files.
README
Wise is a configuration manager built on Symfony Config. It supports data formats such as INI, JSON, PHP (native), XML, and YAML. You can also normalize and validate configuration data.
$wise = Herrera\Wise\Wise::create('/path/to/config'); $data = $wise->load('example.yml');