carlositos/yii2-simplehtmldom

Simple HTML Dom

Installs: 586

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 15

Type:yii2-extension

dev-master 2018-02-15 12:52 UTC

This package is not auto-updated.

Last update: 2025-05-19 09:02:03 UTC


README

Simple HTML Dom

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist carlositos/yii2-simplehtmldom "dev-master"

or add

"carlositos/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 :

<?= \carlositos\simplehtmldom\SimpleHTMLDom::file_get_html('http://google.com'); ?>```

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