|
|
@@ -209,10 +209,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
209
|
209
|
## Scraping
|
|
210
|
210
|
*Libraries for scraping websites.*
|
|
211
|
211
|
|
|
|
212
|
+* [DiDOM](https://github.com/Imangazaliev/DiDOM) - super fast HTML scrapper/parser (because it was build on top of plain PHP).
|
|
212
|
213
|
* [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
|
|
213
|
214
|
* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
|
|
214
|
215
|
* [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
|
|
215
|
|
-* [DiDOM](https://github.com/Imangazaliev/DiDOM) - super fast HTML scrapper/parser (because it was build on top of plain PHP).
|
|
216
|
216
|
|
|
217
|
217
|
## Middlewares
|
|
218
|
218
|
*Libraries for building application using middlewares.*
|