Config service provider for Silex PHP framework with multiple types support.
Silex framework is DEPRECATED. Use symfony/flex for future projects.
- Supported types of config files: php, json, ini, xml (require libxml and simplexml extensions), toml (require yosymfony/toml) and yaml (require symfony/yaml)
- Using mixed types of configs inside one provider instance
- On load placeholder replacements
- Config key aliases
- Using environment variables for replacement
The preferred way to install is through Composer. Run this command to install the latest stable version:
composer require misantron/silex-config-provider
Available here