Ross ROSS = Recommend OSS · open-source software intelligence for agents

symfony/yaml

Loads and dumps YAML files observed · 2026-08-28

github.com/symfony/yaml · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
symfony/yamlmain95

For agents

markdown · JSON · MCP: product_card(name="symfony/yaml")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem