Download the PHP package dynamicart/ua-parser without Composer
On this page you can find all versions of the php package dynamicart/ua-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dynamicart/ua-parser
More information about dynamicart/ua-parser
Files in dynamicart/ua-parser
Download dynamicart/ua-parser
More information about dynamicart/ua-parser
Files in dynamicart/ua-parser
Please rate this library. Is it a good library?
Informations about the package ua-parser
User Agent Parser > UAParser
Parse any user agent string by PHP
- Detect the device (mobile|tablet|smartTV|desktop or service)
- The device contain the brand (like Samsung), and contain the phone or tablet type (like Prestigio PAP5400DUO).
- Detect visitor Operation System like Windows, Linux, OSX, Android...
- The OS info contain the OS version (like Windows NT5.1 or Android 4.2.2).
- Detect visitor Browser/Client like Chrome, Firefox, Outlook...
- The browser info contain tha browser or client version (like MSOffice 15 or Chrome 38...)
Usage
``
or
``
License
The mobile/tablet/os/browser patterns based on Mobile Detect Library 2.8.17 (http://mobiledetect.net), but this was just the start point.
The patterns are continuously grow and change.
@author: János Szentgyörgyi [email protected]
@license: Code and contributions have 'MIT License' https://github.com/dynamicart/UAParser/blob/master/LICENSE
GitHub Repo: https://github.com/dynamicart/UAParser
What's new
@version: 0.2.0
- smartTV detection
- pattern updates
- recheck the detected device, if parsed device is 'desktop' and parsed OS is not desktopOS, then device set to 'mobile'
version: 0.1.3
- mobile & tablet patterns updated,
- mobile patterns are sorted,
- device type is fixed
Warning
This script version is very early! Don't trust in the result...
All versions of ua-parser with dependencies
PHP Build Version
Package Version
No informations.
The package dynamicart/ua-parser contains the following files
Loading the files please wait ....