ijortengab/parse-html

ParseHTML is PHP library working like jQuery, give you an easy way to get any information from text html.

v0.0.7 2016-01-16 16:48 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:26:06 UTC


README

parseHTML is PHP library working like jQuery, give you an easy way to get any information from text html.

Requirement

PHP 5.4

Usage

If you familiar with jQuery, you'll be smile.

Method Support

Selector Support

You can find more description by visit this link http://api.jquery.com/category/selectors/

Of course, you can mix all selector above, example:

  • #form-register.front input
  • a.links[ref='nofollow']
  • div.office > span.address

and, you can get multiple selector, example:

  • 'input, textarea, select, button'

Simlilar Project

PHP Simple HTML DOM Parser