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

chongyi/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.

  • Tuesday, August 25, 2015
  • by chongyi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 187 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

php-simple-html-dom-parser

Version 1.5, (*1)

Adaptation for Composer and PSR-0 of:, (*2)

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., (*3)

http://simplehtmldom.sourceforge.net/, (*4)

Install

composer.phar require - package name: "sunra/php-simple-html-dom-parser": "dev-master", (*5)

Usage

use Sunra\PhpSimple\HtmlDomParser;

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

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

The Versions

25/08 2015

1.5.1.x-dev

1.5.1.9999999-dev https://github.com/sunra/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.3.2

 

parser html dom

25/08 2015

v1.5.1

1.5.1.0 https://github.com/sunra/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.3.2

 

parser html dom

30/05 2015

1.5.0.x-dev

1.5.0.9999999-dev https://github.com/sunra/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.3.2

 

parser html dom

08/07 2014

dev-master

9999999-dev https://github.com/sunra/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.3.2

 

parser html dom

04/05 2013

v1.5.0

1.5.0.0 https://github.com/sunra/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.3.2

 

parser html dom