Download the PHP package gabrielbull/browser without Composer
On this page you can find all versions of the php package gabrielbull/browser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gabrielbull/browser
More information about gabrielbull/browser
Files in gabrielbull/browser
Package browser
Short Description Detecting the user's browser, operating system and language.
License MIT
Informations about the package browser
Browser Detector
Detecting the user's browser, operating system, device and language from PHP. Because browser detection is not always reliable and evolves at all time, use with care and feel free to contribute.
Requirements
This library uses PHP 5.3+.
Install
It is recommended that you install the PHP Browser library through composer. To do so, run the following command:
Browser Detection
The Browser class allows you to detect a user's browser and version.
Browsers Detected
- Vivaldi
- Opera
- Opera Mini
- WebTV
- Internet Explorer
- Pocket Internet Explorer
- Microsoft Edge
- Konqueror
- iCab
- OmniWeb
- Firebird
- Firefox
- Iceweasel
- Shiretoko
- Mozilla
- Amaya
- Lynx
- Safari
- Chrome
- Navigator
- GoogleBot
- Yahoo! Slurp
- W3C Validator
- BlackBerry
- IceCat
- Nokia S60 OSS Browser
- Nokia Browser
- MSN Browser
- MSN Bot
- Netscape Navigator
- Galeon
- NetPositive
- Phoenix
- SeaMonkey
- Yandex Browser
- Comodo Dragon
- Samsung Browser
- wkhtmltopdf
Usage
Compatibility Mode
Detect if Internet Explorer is in Compatibility Mode and send the correct header to have the browser render the page in its standard mode. This must be called before any output is sent to the browser.
OS Detection
The OS class allows you to detect a user's operating system and version.
OS Detected
- Windows
- Windows Phone
- OS X
- iOS
- Android
- Chrome OS
- Linux
- SymbOS
- Nokia
- BlackBerry
- FreeBSD
- OpenBSD
- NetBSD
- OpenSolaris
- SunOS
- OS2
- BeOS
Usage
Device Detection
The Device class allows you to detect a user's device.
Device Detected
- iPad
- iPhone
- Windows Phone
- Lumia
Usage
Language Detection
The Language class allows you to detect a user's language.
Usage
License
PHP Browser is licensed under The MIT License (MIT).