garyjl/yii2-simple_html_dom

Simple HTML DOM parser for Yii 2 framework.

Installs: 26 336

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 9

Open Issues: 4

Type:yii2-extension

dev-master 2020-02-09 23:29 UTC

This package is not auto-updated.

Last update: 2024-04-23 06:41:54 UTC


README

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/