2017 © Pedro Peláez
 

library yaml

Mauris Build of the Symfony Yaml Component

image

mauris/yaml

Mauris Build of the Symfony Yaml Component

  • Thursday, November 28, 2013
  • by mauris
  • Repository
  • 1 Watchers
  • 0 Stars
  • 806 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 91 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Yaml Component

Yaml implements most of the YAML 1.2 specification., (*1)

use Symfony\Component\Yaml\Yaml;

$array = Yaml::parse($file);

print Yaml::dump($array);

Installation

You can install Yaml through Composer:, (*2)

{
    "require": {
        "mauris/yaml": "1.0.*"
    }
}

Then run:, (*3)

$ composer install

Resources

You can run the unit tests with the following command:, (*4)

$ cd path/to/Symfony/Component/Yaml/
$ composer.phar install --dev
$ phpunit

The Versions

28/11 2013

dev-develop

dev-develop http://symfony.com

Mauris Build of the Symfony Yaml Component

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

parser yaml

02/05 2013

dev-master

9999999-dev http://symfony.com

Mauris Build of the Symfony Yaml Component

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

parser yaml

02/05 2013

1.0.0

1.0.0.0 http://symfony.com

Mauris Build of the Symfony Yaml Component

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

parser yaml