Skip to content

cinghie/yii2-simplehtmldom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Simple HTML Dom

License Latest Stable Version Latest Release Date Latest Commit Total Downloads

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);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages