2017 © Pedro Peláez
 

library php-simple-html-dom-parser

this is a php simple html dom parser repo for composer.

image

chenhaitang/php-simple-html-dom-parser

this is a php simple html dom parser repo for composer.

  • Wednesday, November 9, 2016
  • by chenhaitang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

php-simple-html-dom-parser

Version 1.0, (*1)

Adaptation for Composer and PSR-4 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)

Install

composer.phar, (*4)

"require": {
    "chenhaitang/php-simple-html-dom-parser": "1.0"
    }

Usage

use Trident\PhpSimple\HtmlDomParser;

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

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

The Versions

09/11 2016

dev-master

9999999-dev

this is a php simple html dom parser repo for composer.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Avatar chenhaitang

13/10 2016

1.0.x-dev

1.0.9999999.9999999-dev

this is a php simple html dom parser repo for composer.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Avatar chenhaitang

06/06 2016

1.0.1

1.0.1.0

this is a php simple html dom parser repo for composer.

  Sources   Download

MIT

by Avatar chenhaitang