Skip to content

garyjl/yii2-simple_html_dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-simple_html_dom

Simple HTML DOM parser extension for Yii 2 framework.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist garyjl/yii2-simple_html_dom "*"

or add

"garyjl/yii2-simple_html_dom": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \garyjl\simplehtmldom\SimpleHTMLDom::file_get_html('http://www.abc.com'); ?>

See more: http://simplehtmldom.sourceforge.net/

About

Simple HTML DOM parser extension for Yii 2 framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages