jantede/simple-html-dom

A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/jantede/simple-html-dom

dev-master 2015-10-14 17:05 UTC

This package is not auto-updated.

Last update: 2026-01-18 01:31:40 UTC


README

Warning: This is a fork of a project found at SourceForge. I forked it in order to make this awesome library composer-ready :)

###Information about the library

  • A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
  • Require PHP 5+.
  • Supports invalid HTML.
  • Find tags on an HTML page with selectors just like jQuery.
  • Extract contents from HTML in a single line.

##Installation To install it, simply require it via composer. The project is configured to automatically load as described in the PSR-4 standard

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

##Documentation

Please note that i didn't wrote the code. If you have any feature request or found a bug, report it to the original authors