2017 © Pedro Peláez
 

library simple-html-dom

Simple HTML DOM clone from http://simplehtmldom.sourceforge.net/.

image

grs/simple-html-dom

Simple HTML DOM clone from http://simplehtmldom.sourceforge.net/.

  • Sunday, July 5, 2015
  • by RadH-CZ
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Simple-HTML-DOM

A copy of the PHP Simple HTML DOM Parser project usable as a Composer package., (*1)

Installation

Require this package in the same way as any other package:, (*2)

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

Usage

Since this library doesn’t use namespaces, it lives in the global namespace., (*3)

$instance = new \simple_html_dom();

Check the official documentation at SourceForge., (*4)

The Versions

05/07 2015

dev-master

9999999-dev

Simple HTML DOM clone from http://simplehtmldom.sourceforge.net/.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

05/07 2015

1.5.0

1.5.0.0

Simple HTML DOM clone from http://simplehtmldom.sourceforge.net/.

  Sources   Download

MIT

The Requires

  • php >=5.4.0