2017 © Pedro Peláez
 

library html5

HTML5 support for FluentDOM

image

fluentdom/html5

HTML5 support for FluentDOM

  • Saturday, May 19, 2018
  • by ThomasWeinert
  • Repository
  • 2 Watchers
  • 6 Stars
  • 4,048 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 167 % Grown

The README.md

FluentDOM-HTML5

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

Adds support for HTML5 to FluentDOM. It adds a loader and a serializer. It uses the HTML5-PHP library., (*2)

Installation

composer require fluentdom/html5

Loader

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

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

Serializer

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

echo new FluentDOM\Html5\Serializer($document);

Casting a Nodes/Query instance to a string will use it if the content type matches:, (*5)

$query = FluentDOM($html5, 'text/html5');
echo $query;

The Versions

19/05 2018

dev-master

9999999-dev http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

The Development Requires

xml dom html5 fluentdom

19/05 2018

1.5.2

1.5.2.0 http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

The Development Requires

xml dom html5 fluentdom

11/05 2018

1.5.1

1.5.1.0 http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

The Development Requires

xml dom html5 fluentdom

10/05 2018

1.5.0

1.5.0.0 http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

The Development Requires

xml dom html5 fluentdom

10/05 2018

1.4.0

1.4.0.0 http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

The Development Requires

xml dom html5 fluentdom

01/10 2017

1.3.0

1.3.0.0 http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

The Development Requires

xml dom html5 fluentdom

23/12 2016

1.2.0

1.2.0.0 http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

The Development Requires

xml dom html5 fluentdom

11/07 2016

1.1.0

1.1.0.0 http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

xml dom html5 fluentdom

02/02 2015

1.0.0

1.0.0.0 http://fluentdom.org

HTML5 support for FluentDOM

  Sources   Download

MIT

The Requires

 

xml dom html5 fluentdom