|
|
@@ -228,13 +228,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
228
|
228
|
### Scraping
|
|
229
|
229
|
*Libraries for scraping websites and detecting crawlers.*
|
|
230
|
230
|
|
|
231
|
|
-* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
|
|
232
|
231
|
* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
|
|
|
232
|
+* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
|
|
233
|
233
|
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
|
|
234
|
234
|
* [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
|
|
235
|
|
-* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
|
|
236
|
|
-* [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
|
|
237
|
235
|
* [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
|
|
|
236
|
+* [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
|
|
238
|
237
|
|
|
239
|
238
|
### Middlewares
|
|
240
|
239
|
*Libraries for building application using middlewares.*
|