Download the PHP package mauris/yaml without Composer
On this page you can find all versions of the php package mauris/yaml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor mauris
Package yaml
Short Description Mauris Build of the Symfony Yaml Component
License MIT
Homepage http://symfony.com
Package yaml
Short Description Mauris Build of the Symfony Yaml Component
License MIT
Homepage http://symfony.com
Please rate this library. Is it a good library?
Informations about the package yaml
Yaml Component
Yaml implements most of the YAML 1.2 specification.
use Symfony\Component\Yaml\Yaml;
$array = Yaml::parse($file);
print Yaml::dump($array);
Installation
You can install Yaml through Composer:
{
"require": {
"mauris/yaml": "1.0.*"
}
}
Then run:
$ composer install
Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Yaml/
$ composer.phar install --dev
$ phpunit
All versions of yaml with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package mauris/yaml contains the following files
Loading the files please wait ....