mirror of
https://github.com/lorien/awesome-web-scraping.git
synced 2024-11-28 08:48:58 +02:00
Update php.md
add CrawlerDetect
This commit is contained in:
parent
94c0edcf18
commit
91b2a3ef41
1
php.md
1
php.md
@ -64,6 +64,7 @@ This list contains PHP libraries related to web scraping and data processing
|
|||||||
* [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
|
* [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
|
||||||
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
|
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
|
||||||
* User-agent
|
* User-agent
|
||||||
|
* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent and http_from header.
|
||||||
* [PHPUserAgent](https://github.com/donatj/PhpUserAgent) - A simple, streamlined PHP user-agent parser!
|
* [PHPUserAgent](https://github.com/donatj/PhpUserAgent) - A simple, streamlined PHP user-agent parser!
|
||||||
* [AgentZero](https://github.com/hexydec/agentzero) - A library for extracting information from User-Agent strings very fast.
|
* [AgentZero](https://github.com/hexydec/agentzero) - A library for extracting information from User-Agent strings very fast.
|
||||||
* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
|
* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
|
||||||
|
Loading…
Reference in New Issue
Block a user