This extension configures voku/simple_html_dom
The package could be installed via composer:
composer require yiirocks/simple-html-dom
use YiiRocks\SimpleHtmlDom\SimpleHtmlDomInterface;
class Class {
private SimpleHtmlDomInterface $dom;
__construct(SimpleHtmlDomInterface $dom) {
$this->dom = $dom;
}
}
Available options can be found in the API Readme.
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit