2017 © Pedro Peláez
 

library yaml-symfony

YAML support for FluentDOM (using Symfony/YAML)

image

fluentdom/yaml-symfony

YAML support for FluentDOM (using Symfony/YAML)

  • Sunday, July 30, 2017
  • by ThomasWeinert
  • Repository
  • 2 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

FluentDOM-YAML-Symfony

License CI Total Downloads Latest Stable Version Latest Unstable Version, (*1)

Adds support for YAML to FluentDOM. It adds a loader and a serializer. It uses the Symfony/YAML component., (*2)

Installation

composer require fluentdom/yaml-symfony

Loader

The loader registers automatically. You can trigger it with the types yaml and text/yaml., (*3)

$document = FluentDOM::load($yaml, 'text/yaml');
$query = FluentDOM($yaml, 'text/yaml');

Serializer

The serializer needs to be created for a document and can be cast into a string., (*4)

echo new FluentDOM\YAML\Symfony\Serializer($document);
$query = FluentDOM($yaml, 'text/yaml');
echo $query;

The Versions

30/07 2017

dev-master

9999999-dev http://fluentdom.org

YAML support for FluentDOM (using Symfony/YAML)

  Sources   Download

MIT

The Requires

 

xml yaml dom fluentdom

28/12 2016

1.1.x-dev

1.1.9999999.9999999-dev http://fluentdom.org

YAML support for FluentDOM (using Symfony/YAML)

  Sources   Download

MIT

The Requires

 

xml yaml dom fluentdom

28/12 2016

1.1.0

1.1.0.0 http://fluentdom.org

YAML support for FluentDOM (using Symfony/YAML)

  Sources   Download

MIT

The Requires

 

xml yaml dom fluentdom

06/02 2015

1.0.x-dev

1.0.9999999.9999999-dev http://fluentdom.org

YAML support for FluentDOM (using Symfony/YAML)

  Sources   Download

MIT

The Requires

 

xml yaml dom fluentdom

06/02 2015

1.0.0

1.0.0.0 http://fluentdom.org

YAML support for FluentDOM (using Symfony/YAML)

  Sources   Download

MIT

The Requires

 

xml yaml dom fluentdom