2017 © Pedro Peláez
 

yii2-extension yii2-simplehtmldom

Simple HTML Dom

image

carlositos/yii2-simplehtmldom

Simple HTML Dom

  • Thursday, February 15, 2018
  • by carlositos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Simple HTML Dom

Simple HTML Dom, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"carlositos/yii2-simplehtmldom": "dev-master"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

php <?= \carlositos\simplehtmldom\SimpleHTMLDom::file_get_html('http://google.com'); ?>, (*7)

See more: http://simplehtmldom.sourceforge.net/, (*8)

The Versions

15/02 2018

dev-master

9999999-dev

Simple HTML Dom

  Sources   Download

GPL-3.0+

The Requires

 

by Avatar carlositos

extension yii2 simplehtmldom