2017 © Pedro Peláez
 

library php-simple-html-dom-parser

Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.

image

vanhoavn/php-simple-html-dom-parser

Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.

  • Monday, May 7, 2018
  • by vanhoavn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

php-simple-html-dom-parser

Original version from https://github.com/sunra/php-simple-html-dom-parser, (*1)

Usage

composer require vanhoavn/php-simple-html-dom-parser
use Vhqtvn\PhpSimple\HtmlDomParser;

...
$dom = HtmlDomParser::str_get_html( $str );
or 
$dom = HtmlDomParser::file_get_html( $file_name );

$elems = $dom->find($elem_name);
...

The Versions

07/05 2018

dev-master

9999999-dev https://github.com/vanhoavn/php-simple-html-dom-parser

Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-mbstring *

 

parser html dom

07/05 2018

1.0.2

1.0.2.0 https://github.com/vanhoavn/php-simple-html-dom-parser

Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-mbstring *

 

parser html dom

07/05 2018

1.0.1

1.0.1.0 https://github.com/vanhoavn/php-simple-html-dom-parser

Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-mbstring *

 

parser html dom

06/05 2018

1.0

1.0.0.0 https://github.com/vanhoavn/php-simple-html-dom-parser

Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-mbstring *

 

parser html dom