dev-master
9999999-devSimple HTML Dom
GPL-3.0+
The Requires
by carlositos
extension yii2 simplehtmldom
Simple HTML Dom
Simple HTML Dom, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist carlositos/yii2-simplehtmldom "dev-master"
or add, (*4)
"carlositos/yii2-simplehtmldom": "dev-master"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
php
<?= \carlositos\simplehtmldom\SimpleHTMLDom::file_get_html('http://google.com'); ?>
, (*7)
See more: http://simplehtmldom.sourceforge.net/, (*8)
Simple HTML Dom
GPL-3.0+
extension yii2 simplehtmldom