Download the PHP package sndsgd/yaml without Composer
On this page you can find all versions of the php package sndsgd/yaml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor sndsgd
Package yaml
Short Description YAML parsing enhancements for PHP
License MIT
Homepage https://github.com/sndsgd/yaml
Package yaml
Short Description YAML parsing enhancements for PHP
License MIT
Homepage https://github.com/sndsgd/yaml
Please rate this library. Is it a good library?
Informations about the package yaml
sndsgd/yaml
YAML parsing enhancements for PHP.
Context
The sndsgd\yaml\ParserContext
object is a data bag you can jam things into for use in callbacks.
Callbacks
You can define your own callbacks by implementing sndsgd\yaml\callbacks\SecondsCallback
.
Parsing
-
Create a parser instance with all your callbacks
- Parse strings with
->parse(string $yaml, int $maxDocuments)
- Parse files with
->parseFile(string $path, int $maxDocuments)
All versions of yaml with dependencies
PHP Build Version
Package Version
The package sndsgd/yaml contains the following files
Loading the files please wait ....