ijortengab / parse-html
ParseHTML is PHP library working like jQuery, give you an easy way to get any information from text html.
Installs: 4 154
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
Open Issues: 1
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-11-09 19:23:44 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'