2017 © Pedro Peláez
 

library simple-html-dom-parser-php

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

sb15/simple-html-dom-parser-php

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 alexander.perov
  • Repository
  • 2 Watchers
  • 0 Stars
  • 170 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 486 % Grown

The README.md

php-simple-html-dom-parser

Version 1.0, (*1)

Fork https://github.com/sunra/php-simple-html-dom-parser, (*2)

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

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

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

Install

composer.phar, (*6)

"require": {
    "sunra/php-simple-html-dom-parser": "v1.5.0"
}

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

07/05 2018

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

07/05 2018

1.0.2

1.0.2.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

07/05 2018

v1.0.1

1.0.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