Download the PHP package evilfreelancer/yaml-php without Composer
On this page you can find all versions of the php package evilfreelancer/yaml-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download evilfreelancer/yaml-php
More information about evilfreelancer/yaml-php
Files in evilfreelancer/yaml-php
Download evilfreelancer/yaml-php
More information about evilfreelancer/yaml-php
Files in evilfreelancer/yaml-php
Vendor evilfreelancer
Package yaml-php
Short Description Extra small PHP library for YAML configs importing and exporting.
License MIT
Package yaml-php
Short Description Extra small PHP library for YAML configs importing and exporting.
License MIT
Please rate this library. Is it a good library?
Informations about the package yaml-php
YAML PHP Import/Export with validation
Small PHP library for importing and exporting with validation of YAML configuration files.
composer require evilfreelancer/yaml-php
For correct work you need install YAML extension of PHP interpreter.
Available methods
read
- Read YAML from file or URL (autodetect)add
- Add without replace array of parametersset
- Add with replace array of parametersvalidate
- Check array of parameters in memory by validation templateget
- Return array of prepared parameterssave
- Export parameters in YAML format to file on filesystemshow
- Return YAML in plain text format
How to use
More examples here.
Basic example of usage
Output is:
Read YAML from file
Output is:
How to append array
Output is:
How to use validation
In result you should saw YAML, if something wrong will be error with detailed "Stack Trace".
Links
All versions of yaml-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-yaml Version *
ext-yaml Version *
The package evilfreelancer/yaml-php contains the following files
Loading the files please wait ....