Parser-PHP
Parser-PHP copied to clipboard
Browser sniffing gone too far — A useragent parser library for PHP
I'm using Brave Browser version `1.25.72 Chromium: 91.0.4472.101 (Build officiel) (x86_64)` My agent string is : `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36` On...
Hello, How can I get the brand or model information of the device? Thank you
Hi, the following user agents/bot doesn't get detected: **Agent:** GRequests/0.10 Wget/1.14 (linux-gnu) Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection) ALittle Client Windows Microsoft Windows 10 Enterprise ZTunnel/1.0 Mozlila/5.0 (Linux; Android 7.0;...
Undefined property: WhichBrowser\Model\Browser::$family
Hello, Sorry to mass open many issues, we have been running various tests against your repo on many browsers and see if your package can detect them or not? We...
Hi, Script is not detecting webview browsers. For example, Facebook uses WebView browser, SnapChat uses WebView many other applications using their WebView Browsers. Script is not able to check browser...
Hey, I've caught quite an embarrassing mistake in the incorrect detection of a user agent string. The string in question is: `Mozilla/5.0 (Linux; Android 10; YAL-L21; HMSCore 5.2.0.318; GMSCore 21.09.15)...
Hi, I think there's a case-sensitive issue, for example with this user agent : `mozilla/5.0 (macintosh; intel mac os x 10.16; rv:84.0) gecko/20100101 firefox/84.0` -> parsing fails `Mozilla/5.0 (Macintosh; Intel...