1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Added new HTML parsing library

This commit is contained in:
vladyslavstartsev 2017-10-08 01:13:38 +03:00 committed by GitHub
parent d963bb28e9
commit 2da3297543

1
php.md
View File

@ -37,6 +37,7 @@ This list contains PHP libraries related to web scraping and data processing
## HTML/XML Parsing
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
* [QueryPath](https://github.com/technosophos/querypath) - a jQuery-like library for working with XML and HTML documents in PHP. It now contains support for HTML5 via the HTML5-PHP project.
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - super fast HTML parser (because it was build on top of plain PHP).
## Text Processing