navatech / yii2-simplehtmldom
This package is abandoned and no longer maintained.
The author suggests using the phuongdev89/yii2-simplehtmldom package instead.
Simple HTML Dom
Package info
github.com/navatech/yii2-simplehtmldom
Type:yii2-extension
pkg:composer/navatech/yii2-simplehtmldom
2.0.0.0
2020-11-24 09:35 UTC
Requires
- php: >=7.3
- navatech/yii2-navatech-base: @dev
This package is auto-updated.
Last update: 2023-01-09 17:10:34 UTC
README
Simple HTML Dom
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist navatech/yii2-simplehtmldom "dev-master"
or add
"navatech/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 :
<?= \navatech\simplehtmldom\SimpleHTMLDom::file_get_html('http://google.com'); ?>``` See more: http://simplehtmldom.sourceforge.net/