Browser.php
Browser detector
A PHP class to detect a user's browser and platform using the user agent string.
A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.
579 stars
64 watching
303 forks
Language: PHP
last commit: about 2 years ago
Linked from 1 awesome list
browserphpuser-agentuseragent
Related projects:
Repository | Description | Stars |
---|---|---|
hisorange/browser-detect | A package to identify user browser and device details using multiple well-tested packages. | 1,090 |
bigbadbleucheese/kong | A .NET library that identifies characteristics of web browsers by parsing their User-Agent header strings. | 17 |
unicodeveloper/laravel-identify | A Laravel package to detect user's browser, operating system, language and device information. | 191 |
jaybizzle/crawler-detect | A PHP class that detects bots and crawlers using user agent analysis. | 1,999 |
hotoo/detector | A JavaScript library that detects client information from user agent strings. | 882 |
darcyclarke/detect.js | A JavaScript library to parse and analyze user agent strings to extract device, OS, and browser information. | 645 |
psecio/canary | A security tool that enables input detection and response. | 30 |
creadone/device_detector | A device detection library by parsing User Agent strings | 22 |
totpero/devicedetector.net | A C# library for detecting devices and clients from User Agent strings | 350 |
ollyxar/php-malware-detector | An application that uses rules and algorithms to identify malicious PHP code in files | 132 |
fingerprintjs/botd | Detects automation tools and frameworks in web applications without requiring a server. | 1,057 |
podigee/device_detector | A tool to identify browser, operating system, device, brand, and model from a user agent string | 756 |
oraoto/pib | A PHP implementation in WebAssembly that enables running PHP code directly in the browser. | 956 |
junker/mobiledetect | A system for detecting mobile devices in user agent strings using patterns and regular expressions. | 4 |
urule99/jsunpack-n | A tool designed to emulate browser behavior and detect vulnerabilities in web-based exploits | 162 |