2017 © Pedro Peláez
 

library dom

Life improving enhancements to the standard PHP DOM.

image

stoatally/dom

Life improving enhancements to the standard PHP DOM.

  • Sunday, December 10, 2017
  • by stoatally
  • Repository
  • 2 Watchers
  • 1 Stars
  • 156 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 17 % Grown

The README.md

Document Object Model

Life improving enhancements to the standard PHP DOM., (*1)

Build Status, (*2)

Install

The recommended way to install Text Expressions is through composer., (*3)

{
    "require": {
        "stoatally/dom": "0.*"
    }
}

Usage

Create a document factory:, (*4)

use Stoatally\Dom\DocumentFactory;

$factory = new DocumentFactory();

Set the text content of a node:, (*5)

$document = $factory->createFromString('<p/>');
$document->select('p')->setContents('PHP <3');
// > <p>PHP &lt;3</p>

For more comprehensive examples see the examples and tests directories., (*6)

The Versions

10/12 2017

dev-master

9999999-dev

Life improving enhancements to the standard PHP DOM.

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

by Filip Hendrik

xml html dom

23/11 2017

v0.3

0.3.0.0

Life improving enhancements to the standard PHP DOM.

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

by Filip Hendrik

xml html dom

01/04 2017

v0.2

0.2.0.0

Life improving enhancements to the standard PHP DOM.

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

by Filip Hendrik

xml html dom

01/04 2017

v0.1

0.1.0.0

Life improving enhancements to the standard PHP DOM.

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

by Filip Hendrik

xml html dom

31/03 2017

dev-feature-libxml-wrap

dev-feature-libxml-wrap

Life improving enhancements to the standard PHP DOM.

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

by Filip Hendrik

xml html dom