1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Merge pull request #167 from 3xploiton3/patch-2

Update php.md
This commit is contained in:
lorien 2024-08-23 10:06:03 +03:00 committed by GitHub
commit 14c9cc3efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
php.md
View File

@ -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.