2017 © Pedro Peláez
 

library symfony-yaml-serializer-encoder-decoder

A encoder and decoder for Yaml for the Symfony Serializer Component.

image

fitbug/symfony-yaml-serializer-encoder-decoder

A encoder and decoder for Yaml for the Symfony Serializer Component.

  • Friday, September 9, 2016
  • by fitbug
  • Repository
  • 10 Watchers
  • 3 Stars
  • 102,286 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 12 % Grown

The README.md

Symfony Yaml Serializer Encoder/Decoder

Scrutinizer Code Quality Build Status Dependency Status Latest Stable Version License, (*1)

This package is a Yaml Encoder and Decoder for the Symfony Serializer component., (*2)

Getting Started

Prerequisities

You'll need to install:, (*3)

  • PHP (Minimum 5.6)

Installing

composer require fitbug/symfony-yaml-serializer-encoder-decoder

Usage

$encoders        = [new YamlEncoder(new YamlEncode(), new YamlDecode())];
$normalizers     = NormalizerFactory::create();
$serializer      = new Serializer($normalizers, $encoders);

See the Symfony Serializer component., (*4)

Running the tests

First checkout the library, then run, (*5)

composer install

Coding Style

We follow PSR2, and also enforce PHPDocs on all functions. To run the tests for coding style violations, (*6)

vendor/bin/phpcs -p --standard=psr2 src/

Unit tests

We use PHPSpec for unit tests. To run the unit tests, (*7)

vendor/bin/phpspec run

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us., (*8)

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository., (*9)

Authors

See the list of contributors who participated in this project., (*10)

License

This project is licensed under the MIT License - see the LICENSE.md file for details., (*11)

The Versions

09/09 2016

dev-master

9999999-dev

A encoder and decoder for Yaml for the Symfony Serializer Component.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Billie Thompson

serializer symfony yaml encoder symfony-serializer

12/08 2016

v0.1.1

0.1.1.0

A encoder and decoder for Yaml for the Symfony Serializer Component.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Billie Thompson

serializer symfony yaml encoder symfony-serializer

12/08 2016

v0.1.0

0.1.0.0

A encoder and decoder for Yaml for the Symfony Serializer Component.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Billie Thompson

serializer symfony yaml encoder symfony-serializer