Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « UserAgentParser « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e831ca9818ef529dd612fb967c76c4c481dac57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
UserAgentParser is a php library to parse user agents,
and extracts browser name & version and operating system.

UserAgentParser is NOT designed to parse bots user agent strings; 
UserAgentParser will only be accurate when parsing user agents 
coming from Javascript Enabled browsers!

UserAgentParser is designed for simplicity, to accurately detect the
most used web browsers, and be regularly updated to detect new OS and browsers.

Potential limitations:
- it does NOT detect sub sub versions, ie. the "5" in 1.4.5; this is a design decision to simplify the version number
- it does NOT detect search engine, bots, etc. user agents; it's designed to detect browsers with javascript enabled
- it does NOT detect nested UA strings caused by some browser add-ons

Feature request:
- it could have the notion of operating system "types", ie "Windows". 
  It currently only has "Windows XP", "Windows Vista", etc.

Feedback, patches: hello@piwik.org