a3gz/php-simple-html-dom-parser
Composer adaptation of: 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.
v1.5.2
2016-11-22 22:57 UTC
Requires
- php: >=5.3.2
- ext-mbstring: *
README
In this fork of Sunra's Simple PHP DOM Parser I took the orignal code an re-organized it in separate classes. I also changed the namespace structure to something more convenient.
I also removed the demo application that simply doesn't work with this package.