Download the PHP package xp-forge/yaml without Composer
On this page you can find all versions of the php package xp-forge/yaml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xp-forge/yaml
More information about xp-forge/yaml
Files in xp-forge/yaml
Download xp-forge/yaml
More information about xp-forge/yaml
Files in xp-forge/yaml
Vendor xp-forge
Package yaml
Short Description YAML parser
License BSD-3-Clause
Homepage http://xp-framework.net/
Package yaml
Short Description YAML parser
License BSD-3-Clause
Homepage http://xp-framework.net/
Please rate this library. Is it a good library?
Informations about the package yaml
YAML parser
Usage example
Inputs
org.yaml.FileInput(io.File|string $in)
- Use file instance or a file nameorg.yaml.ReaderInput(io.streams.TextReader $in)
- Reads from a text readerorg.yaml.StringInput(string $in)
- Input from a string
Multiple documents
YAML sources can contain more than one document. The parse()
method will only parse the first (or only) document. To retrieve all documents in a given input, use the iterator returned by documents()
instead.
All versions of yaml with dependencies
PHP Build Version
Package Version
The package xp-forge/yaml contains the following files
Loading the files please wait ....