
The symfony2 yaml component parses yaml strings to convert them to php arrays. it is also able to convert php arrays to yaml strings.
yaml, yaml ain't markup language, is a human friendly data serialization standard for all programming languages. yaml is a great format for your configuration files. yaml files are as expressive as xml files and as readable as ini files.