2017 © Pedro Peláez
 

library simple-html-dom

A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!

image

jantede/simple-html-dom

A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!

  • Wednesday, October 14, 2015
  • by jantede
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

simple-html-dom Builds

Warning: This is a fork of a project found at SourceForge. I forked it in order to make this awesome library composer-ready :), (*1)

Information about the library

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

Installation

To install it, simply require it via composer. The project is configured to automatically load as described in the PSR-4 standard, (*2)

"require": {
    "simple-html-dom": "*"
}

Documentation

Please note that i didn't wrote the code. If you have any feature request or found a bug, report it to the original authors, (*3)

The Versions

14/10 2015

dev-master

9999999-dev

A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!

  Sources   Download

MIT

The Requires

  • php >=5

 

The Development Requires