serhatozles / yii2-simplehtmldom
Simple HTML Dom
Installs: 51 201
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 15
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-12-21 19:11:55 UTC
README
Simple HTML Dom
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist serhatozles/yii2-simplehtmldom "dev-master"
or add
"serhatozles/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 :
<?= \serhatozles\simplehtmldom\SimpleHTMLDom::file_get_html('http://google.com'); ?>``` See more: http://simplehtmldom.sourceforge.net/