Warning: This is a fork of a project found at SourceForge. I forked it in order to make this awesome library composer-ready :)
###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
"require": {
"simple-html-dom": "*"
}
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