spyc

Introduction

spyc is a simple YAML parser library for PHP.

YAML(tm) is a human-friendly, cross language, Unicode based data serialization language designed around the common native data structures of agile programming languages. It is broadly useful for programming needs ranging from configuration files to Internet messaging to object persistence to data auditing. Together with the Unicode standard for characters, the YAML specification provides all the information necessary to understand YAML Version 1.1 and to creating programs that process YAML information.

Documentation

You can find the original spyc documentation here.

FuelPHP Usage

The spyc vendor package is used by FuelPHP in the Config and Lang class drivers, to load files in YAML format.

Application Usage

There is no direct access to the spyc package.