kherge / wisdom
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Symfony Config-based configuration loader.
1.1.1
2013-03-22 18:25 UTC
Requires
- php: >=5.3.3
- symfony/config: ~2.1
Requires (Dev)
- silex/silex: @dev
- symfony/yaml: ~2.1
Suggests
- ext-json: For parsing JSON files.
- symfony/yaml: For parsing YAML files.
This package is not auto-updated.
Last update: 2021-12-07 01:40:24 UTC
README
I am no longer maintaining this library. This project has been deprecated in favor of Wise. You can find the Silex service provider for Wise here. If you would like to take over development of this project, please email me.
Wisdom uses the Symfony Config component to load configuration settings from files.
Installing
To install Wisdom, you must add it to the list of dependencies in your composer.json
file.
$ php composer.phar require kherge/wisdom=1.*
If you are not using Composer to manage your dependencies, you may use any PSR-0 class loader to load Wisdom.
Usage
Please see the wiki for usage information.