serhatozles/yii2-simplehtmldom

Simple HTML Dom

Installs: 48 380

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 15

Open Issues: 1

Type:yii2-extension

dev-master 2017-02-19 09:14 UTC

This package is not auto-updated.

Last update: 2024-05-25 16:06:38 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/