1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-28 08:48:58 +02:00

Update php.md

add A simple, streamlined PHP user-agent parser!
This commit is contained in:
3xploit 2024-08-15 22:15:46 +07:00 committed by GitHub
parent 4bb667c232
commit 94c0edcf18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
php.md
View File

@ -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.
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
* User-agent
* [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.
* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).