misantron/silex-config-provider

Config service provider for Silex PHP framework with multiple types support

Maintainers

Package info

github.com/misantron/silex-config-provider

pkg:composer/misantron/silex-config-provider

Statistics

Installs: 37 805

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v5.0.1 2026-06-24 11:34 UTC

README

Build Status Code Coverage Code Quality PHP Version Packagist

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