If you're using a lot of YAML in your project you may find that the pure PHP libraries like spyc or Symfony YAML are not fast enough. There are at least two PHP bindings for C YAML parsers:
- yaml - a wrapper for the LibYAML YAML 1.1 parser library
- syck - a wrapper for the Syck YAML 1.0 parser library