grs/simple-html-dom

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

Maintainers

Package info

github.com/RadH-CZ/Simple-HTML-DOM

pkg:composer/grs/simple-html-dom

Statistics

Installs: 29

Dependents: 0

Suggesters: 0

Stars: 0

1.5.0 2015-07-05 21:47 UTC

This package is not auto-updated.

Last update: 2026-04-29 16:47:02 UTC


README

A copy of the PHP Simple HTML DOM Parser project usable as a Composer package.

Installation

Require this package in the same way as any other package:

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

Usage

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

$instance = new \simple_html_dom();

Check the official documentation at SourceForge.