symfony/config
Helps you find, load, combine, autofill and validate configuration values of any kind observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 5671
- days_rel: 11
- days_push: 11
- n_releases_24m: 57
Adoption not part of the score
4275 stars · 44 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The Symfony Config component is a PHP library for finding, loading, combining, autofilling, and validating configuration values from any source, such as YAML, XML, or INI files. It lets developers define configuration structures with validation rules and defaults, and merge configurations from multiple sources into one.
Use cases
- load and validate yaml config files in php
- merge configuration from multiple sources
- define config schema with defaults and validation rules
- parse xml and ini configuration in php
- build friendly configuration for a symfony bundle
- cache configuration based on resource changes
When to choose
- you need structured, validated application configuration in PHP
- you are building a Symfony bundle with user-facing configuration
- you need to combine config from YAML, XML, INI, or databases
When to avoid
- your project uses a language other than PHP
- you only need simple key-value config without validation or merging
- you want a full framework rather than a single component
Facets
library · maturity stable
configuration-management serialization form-handling file-system developer-tools web-development backend php cross-platform symfony-component config-validation yaml xml ini config-merging composer php
7 sources
- readme: https://github.com/symfony/config · fetched 2026-08-28 · d612d422e9ca
- homepage: https://symfony.com/config · fetched 2026-08-29 · 1ba6363cd4e6
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/components/config.html · fetched 2026-08-29 · c34bfd89d554
- site_page: https://symfony.com/projects/phpmyfaq · fetched 2026-08-29 · b0b5a7438255
- site_page: https://symfony.com/releases · fetched 2026-08-29 · f109a7a4a5da
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 35b9da44a68e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/config | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem