Classes, interfaces and traits

Dumper

Dumper dumps PHP variables to YAML strings.

« More »

Escaper

Escaper encapsulates escaping rules for single and double-quoted YAML strings.

« More »

Inline

Inline implements a YAML parser/dumper for the YAML inline syntax.

« More »

Parser

Parser parses YAML strings to convert them to PHP arrays.

« More »

Unescaper

Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.

« More »

Yaml

Yaml offers convenience methods to load and dump YAML.

« More »

Classes, interfaces and traits

ExceptionInterface

Exception interface for all exceptions thrown by the component.

« More »

DumpException

Exception class thrown when an error occurs during dumping.

« More »

ParseException

Exception class thrown when an error occurs during parsing.

« More »