2017 © Pedro Peláez
 

library plum-yaml

PlumYaml integrates Symfony Yaml component into Plum.

image

plumphp/plum-yaml

PlumYaml integrates Symfony Yaml component into Plum.

  • Sunday, October 25, 2015
  • by florianeckerstorfer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Plum

PlumYaml integrates Symfony Yaml component into Plum. Plum is a data processing pipeline for PHP., (*1)

Latest Version Build Status Scrutinizer Code Quality Code Coverage StyleCI, (*2)

Developed by Florian Eckerstorfer in Vienna, Europe., (*3)

Installation

You can install PlumYaml using Composer., (*4)

$ composer require plumphp/plum-yaml

Usage

Please refer to the Plum documentation for more information about using Plum in general., (*5)

PlumYaml contains two converters. Plum\PlumYaml\YamlDumpConverter converts an array into YAML and Plum\PlumYaml\YamlParseConverter converts YAML into an array., (*6)

use Plum\PlumYaml\YamlDumpConverter;
use Plum\PlumYaml\YamlParseConverter;

$dumpConverter = new YamlDumpConverter();
$dumpConverter->convert(['foo' => 'bar'); // -> "foo: bar"

$parseConverter = new YamlParseConverter();
$parseConverter->convert('foo: bar'); // -> ["foo" => "bar"]

Change Log

Version 0.1 (17 May 2015)

  • Initial release

License

The MIT license applies to plumphp/plum-yaml. For the full copyright and license information, please view the LICENSE file distributed with this source code., (*7)

The Versions

25/10 2015

dev-master

9999999-dev

PlumYaml integrates Symfony Yaml component into Plum.

  Sources   Download

MIT

The Requires

 

The Development Requires

export yaml import plum

17/05 2015

0.1.x-dev

0.1.9999999.9999999-dev

PlumYaml integrates Symfony Yaml component into Plum.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/05 2015

v0.1

0.1.0.0

PlumYaml integrates Symfony Yaml component into Plum.

  Sources   Download

MIT

The Requires

 

The Development Requires