symfony/yaml
Loads and dumps YAML files observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- 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: 5675
- days_rel: 11
- days_push: 7
- n_releases_24m: 65
Adoption not part of the score
3839 stars · 133 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The Symfony Yaml component is a PHP library that parses YAML strings into PHP arrays and dumps PHP arrays back into YAML. It is a standalone Composer-installable component widely used for configuration files across the PHP ecosystem.
Use cases
- parse yaml config files in php
- dump php arrays to yaml
- validate yaml syntax
- read yaml files into arrays
- write configuration files in yaml format
- parse untrusted yaml safely
When to choose
- you need a fast, robust YAML parser for PHP configuration files
- you want a well-maintained library backed by the Symfony ecosystem
- you need dump support, merge keys, and clear error messages
When to avoid
- you need full YAML spec support such as multi-document files or compact block collections
- you are not working in PHP
Facets
library · maturity stable
serialization parser configuration-management developer-tools web-development files php yaml symfony-component config-files composer
7 sources
- readme: https://github.com/symfony/yaml · fetched 2026-08-28 · 80d532762cbc
- homepage: https://symfony.com/yaml · fetched 2026-08-29 · fd6ef87dd48c
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/components/yaml.html · fetched 2026-08-29 · 30a99f2f1b4c
- 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 · da84802d18f3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/yaml | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem