项目作者: stefanzweifel

项目描述 :
User Agent analysis as a Service.
高级语言: PHP
项目地址: git://github.com/stefanzweifel/user-agent-analyzer.git
创建时间: 2016-04-10T15:31:35Z
项目社区:https://github.com/stefanzweifel/user-agent-analyzer

开源协议:MIT License

下载


User Agent Analyzer

Build Status
StyleCI
Code Climate
Test Coverage

User Agent analysis and reporting as a Service.

Screenshot of a Report

What this?

From time to time I have to work with raw User Agent Data and most of the time I just need to know which device type a User Agent is. So I’ve created this very simple service which allows you to upload a CSV-File containing User Agent strings.
The service will then parse these User Agents (based on serbanghita/Mobile-Detect), generate a report and emails you the results.

You can download improved list of your uploaded User Agents on the result page.

What about security?

  • To prevent abuse of the system you currently have to provide a valid email address. Your address is stored encrypted in our database.

License

MIT