cinghie / yii2-simplehtmldom
Yii2 Simple HTML Dom
Package info
github.com/cinghie/yii2-simplehtmldom
Type:yii2-extension
pkg:composer/cinghie/yii2-simplehtmldom
1.0.0
2020-06-20 17:58 UTC
Requires
- yiisoft/yii2: ^2.0.14
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2026-03-08 14:42:11 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require cinghie/yii2-simplehtmldom "@dev"
or add
"cinghie/yii2-simplehtmldom": "@dev"
to the require section of your composer.json file.
Usage
use cinghie\simplehtmldom\SimpleHtmlDom;
SimpleHtmlDom::file_get_html('http://www.google.com');
SimpleHtmlDom::str_get_html($string);