05/07
2015
Wallogit.com
2017 © Pedro Peláez
Simple HTML DOM clone from http://simplehtmldom.sourceforge.net/.
A copy of the PHP Simple HTML DOM Parser project usable as a Composer package., (*1)
Require this package in the same way as any other package:, (*2)
"require": {
"grs/simple-html-dom": "*"
}
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)