2017 © Pedro PelĂĄez
 

library simple-html-dom

A copy of the PHP Simple HTML DOM Parser project.

image

simple-html-dom/simple-html-dom

A copy of the PHP Simple HTML DOM Parser project.

  • Thursday, January 23, 2014
  • by adrianmejias
  • Repository
  • 3 Watchers
  • 16 Stars
  • 18,635 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 15 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

Note: I don’t intend to maintain this package. Other copies of Simple HTML DOM are already available on Packagist, are easier to install and don’t clutter your composer.json file., (*1)

simple-html-dom

A copy of the PHP Simple HTML DOM Parser project usable as a Composer package., (*2)

Installation

First, you need to add this repository at the root of your composer.json:, (*3)

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/Youpie/simple-html-dom"
    }
]

Then, require this package in the same way as any other package:, (*4)

"require": {
    "simple-html-dom/simple-html-dom": "*"
}

Do a composer validate, just to be sure that your file is still valid., (*5)

And voilà, you’re ready to composer update., (*6)

Usage

Since this library doesn’t use namespaces, it lives in the global namespace., (*7)

$instance = new \simple_html_dom();

Check the official documentation at SourceForge., (*8)

The Versions

23/01 2014

dev-master

9999999-dev

A copy of the PHP Simple HTML DOM Parser project.

  Sources   Download

MIT

15/05 2013

1.5.0

1.5.0.0

A copy of the PHP Simple HTML DOM Parser project.

  Sources   Download

MIT