misantron / silex-config-provider
Config service provider for Silex PHP framework with multiple types support
Package info
github.com/misantron/silex-config-provider
pkg:composer/misantron/silex-config-provider
v5.0.1
2026-06-24 11:34 UTC
Requires
- php: >=8.3
- composer-runtime-api: ^2.0
- silex/silex: ^2.3
- webmozart/assert: ^1.10 || ^2.4
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^12.5
- rector/rector: ^2.5
- symfony/yaml: ^6.0 || ^7.0 || ^8.0
- symplify/easy-coding-standard: ^13.2
This package is auto-updated.
Last update: 2026-06-24 11:37:59 UTC
README
Config service provider for Silex PHP framework with multiple types support.
Silex framework is DEPRECATED. Use symfony/flex for future projects.
Features
- Supported types of config files: php, json 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
Installation
The preferred way to install is through Composer. Run this command to install the latest stable version:
composer require misantron/silex-config-provider
Documentation
Available here