Parser-PHP icon indicating copy to clipboard operation
Parser-PHP copied to clipboard

Browser sniffing gone too far — A useragent parser library for PHP

Results 36 Parser-PHP issues
Sort by recently updated
recently updated
newest added

``` "autoload": { "psr-4": { "WhichBrowser\\": [ "src/", "tests/src/" ] } } ``` `tests/src/` is exluded via `.gitattributes`, so it doesn't appear in `vendor/whichbrowser/parser` directory after installation. It should be...

Hello. Thanks for your work. We have little problem with our library. Chuwi HiPad Max define as Apple. ``` [device] => WhichBrowser\Model\Device Object ( [manufacturer] => Apple [model] => HiPad...

With the increasing adoption of Windows 11 (now at 33% vs 62% for Windows 10), identifying users as "Windows 10" when they are actually on Windows 11 can cause confusion...

Update browsers-chrome.php stable v115 to v129 used page https://chromereleases.googleblog.com/search/label/Desktop%20Update?max-results=20

Hey, I recently added this package to my project but I have found that the version is hidden if the user is accessing my page on mac os 10.15.7, I...