The Yaml Component (Symfony Docs)

The Yaml component loads and dumps YAML files. What is It? The Symfony Yaml component parses YAML strings to convert them to PHP arrays. It is also able to convert PHP arrays to YAML strings. YAML, …