herrera-io / wise
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony Config for everyone else.
1.4.2
2013-08-15 19:05 UTC
Requires
- php: >=5.3.3
- symfony/config: ~2.2
Requires (Dev)
- herrera-io/json: ~1.0
- herrera-io/phpunit-test-case: 1.*
- phpunit/phpunit: 3.7.*
- symfony/yaml: ~2.2
Suggests
- ext-dom: For parsing XML files.
- herrera-io/json: For parsing JSON 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');
Forks
As this project is no longer maintained, please see the Wiki page for maintained forks.