synchro/uasparser
Composer 安装命令:
composer require synchro/uasparser
包简介
UASparser is a PHP parser and classifier for user agent strings presented by HTTP clients using databases from http://user-agent-string.info/.
关键字:
README 文档
README
Important: while the code in this package is functional, it's no longer any use because the data source at user-agent-string.info (now udger.com) it relied on is no longer available.
It may work with udger.com's commercial data sources, but that's not available to test with; I recommend you switch to a different system such as Mobile-Detect.
This is a parser and classifier for user agent strings presented by HTTP clients.
This code is based on the libraries by Jaroslav Mallat available from http://user-agent-string.info/
Licensed under the LGPL, see license.txt for details.
This version improved by Marcus Bointon:
- Maintained on GitHub
- Published on packagist.org
- "Runs" under PHP 7.3 and up.
- Uses the UAS namespace
- Reformatted code in PSR-12 style
- PSR-4 autoloading
Documentation
Release notes may be found in the changelog.
Generate PHPDocs like this:
phpdoc --directory UAS --target ./phpdoc --ignore Tests/ --sourcecode --force --title UASParser
统计信息
- 总下载量: 16.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2013-06-04