carlositos / yii2-simplehtmldom
Simple HTML Dom
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/carlositos/yii2-simplehtmldom
Type:yii2-extension
pkg:composer/carlositos/yii2-simplehtmldom
dev-master
2018-02-15 12:52 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-01-26 12:19:18 UTC
README
Simple HTML Dom
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist carlositos/yii2-simplehtmldom "dev-master"
or add
"carlositos/yii2-simplehtmldom": "dev-master"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \carlositos\simplehtmldom\SimpleHTMLDom::file_get_html('http://google.com'); ?>``` See more: http://simplehtmldom.sourceforge.net/