grs/simple-html-dom

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

1.5.0 2015-07-05 21:47 UTC

This package is not auto-updated.

Last update: 2025-07-09 12:52:20 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.