From de2de454ac4cff70a0e85af2a0a7eef62ef580b0 Mon Sep 17 00:00:00 2001 From: 3xploit <19517680+3xploiton3@users.noreply.github.com> Date: Thu, 15 Aug 2024 21:58:20 +0700 Subject: [PATCH] Update php.md UA Parser moved to https://github.com/ua-parser/uap-php --- php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.md b/php.md index 8c8efc6..46dd495 100644 --- a/php.md +++ b/php.md @@ -66,7 +66,7 @@ This list contains PHP libraries related to web scraping and data processing * User-agent * [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. + * [UA Parser](https://github.com/ua-parser/uap-php) - A library for parsing user agent strings. * Unites of measure * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems. * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.