From 4bb667c23218fb185553be1d944ca60f8be46904 Mon Sep 17 00:00:00 2001 From: 3xploit <19517680+3xploiton3@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:05:47 +0700 Subject: [PATCH 1/3] Update php.md https://github.com/hexydec/agentzero --- php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/php.md b/php.md index 8c8efc6..e73ab64 100644 --- a/php.md +++ b/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. * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs. * User-agent + * [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). * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. From 94c0edcf18d6132b8f71df8904438c9e657e06de Mon Sep 17 00:00:00 2001 From: 3xploit <19517680+3xploiton3@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:15:46 +0700 Subject: [PATCH 2/3] Update php.md add A simple, streamlined PHP user-agent parser! --- php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/php.md b/php.md index e73ab64..40335ba 100644 --- a/php.md +++ b/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. * [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). From 91b2a3ef41041ba20a168d7d3ab5c9c4e1a93af5 Mon Sep 17 00:00:00 2001 From: 3xploit <19517680+3xploiton3@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:19:26 +0700 Subject: [PATCH 3/3] Update php.md add CrawlerDetect --- php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/php.md b/php.md index 40335ba..cac5e2b 100644 --- a/php.md +++ b/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. * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs. * 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! * [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.