|
|
@@ -226,8 +226,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
226
|
226
|
* [Laminas Diactoros](https://github.com/laminas/laminas-diactoros) - PSR-7 HTTP Message implementation.
|
|
227
|
227
|
|
|
228
|
228
|
### Scraping
|
|
229
|
|
-*Libraries for scraping websites.*
|
|
|
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.
|
|
231
|
232
|
* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
|
|
232
|
233
|
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
|
|
233
|
234
|
* [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
|