Download the PHP package tobie/ua-parser without Composer
On this page you can find all versions of the php package tobie/ua-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tobie/ua-parser
More information about tobie/ua-parser
Files in tobie/ua-parser
Package ua-parser
Short Description A multi-language port of Browserscope's user agent parser.
License MIT
Informations about the package ua-parser
ua-parser has moved
This project has moved to a new project space ua-parser, separating the regexes from the parsers for the different languages into their own repos:
- uap-core : The regex file necessary to build language ports of Browserscope's user agent parser.
- uap-clj : Clojure implementation of ua-parser
- uap-cpp : C++ implementation of ua-parser
- uap-csharp : C# implementation of ua-parser
- uap-d : D implementation of ua-parser
- uap-go : Go implementation of ua-parser
- uap-haskell : Haskell implementation of ua-parser
- uap-java : Java implementation of ua-parser
- uap-perl : Perl implementation of ua-parser
- uap-php : PHP implementation of ua-parser
- uap-pig : Pig implementation of ua-parser
- uap-python : Python implementation of ua-parser
- uap-r : R implementation of ua-parser
- uap-ruby : A simple, comprehensive Ruby gem for parsing user agent strings with the help of BrowserScope's UA database
- uap-ref-impl : JavaScript reference implementation of ua-parser.
Please contribute to the respective repositories! Thanks.
ua-parser
ua-parser
is a multi-language port of BrowserScope's user agent string parser.
The crux of the original parser--the data collected by Steve Souders over the years--has been extracted into a separate YAML file so as to be reusable as is by implementations in other programming languages. ua-parser
is just a small wrapper around this data, along with ongoing improvements to the definitions.
Note that ua-parser
has now been split out into multiple, distinct repositories, one for the core definitions and one for each language implementation. Patches and issues should be raised at those repositories, rather than this one.
All versions of ua-parser with dependencies
symfony/filesystem Version ~2
symfony/finder Version ~2
symfony/console Version ~2