dev-master
9999999-devSimple HTML DOM parser for Yii 2 framework.
MIT
The Requires
- php >=5.3.0
- yiisoft/yii2 *
by S.C. Chen
by G Liu
parser extension yii2 html
Simple HTML DOM parser for Yii 2 framework.
Simple HTML DOM parser extension for Yii 2 framework., (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist garyjl/yii2-simple_html_dom "*"
or add, (*4)
"garyjl/yii2-simple_html_dom": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
```php = \garyjl\simplehtmldom\SimpleHTMLDom::file_get_html('http://www.abc.com'); ?>, (*7)
See more: http://simplehtmldom.sourceforge.net/, (*8)
Simple HTML DOM parser for Yii 2 framework.
MIT
parser extension yii2 html