jstewmc/get-browser
Composer 安装命令:
composer require jstewmc/get-browser
包简介
Get browser information
README 文档
README
Get a browser's information.
namespace Jstewmc\GetBrowser; // define the user-agent $userAgent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) ' . 'AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 ' . 'Safari/601.6.17'; // instantiate the service $service = new GetBrowser(); // get the browser $browser = $service($userAgent); // return the request's browser information $browser->getName(); // returns "Safari" $browser->getVersion(); // returns "9.1.1" $browser->getPlatform(); // returns "Macintosh"
In the real world, you'd probably get the user-agent string from the HTTP request, and you'd probably define the service in your Dependency Injection (DI) container. But, you get the idea!
This library uses the lightweight donatj/phpuseragentparser library. Unlike PHP's native get_browser() function which requires a separate browscap.ini file, the Php User Agent library uses regex to determine a browser's name, version, and platform.
This library adds some simple validation and provides an object-oriented approach to accessing the browser's information.
License
Author
Version
2.0.1, December 10, 2016
- Update README (fixes #1)
2.0.0, November, 24, 2016
- Rename
GettoGetBrowser. - Refactor
GetBrowser. I removed the dependency on theRequestservice. Instead, the browser'sUser-Agentheader should be passed to the service's__invoke()method. - Delete
Request. It's no longer needed. - Delete
Browser. I moved theBrowserobject to a separate repository, jstewmc/browser.
1.0.0, August 16, 2016
- Major release
0.1.0, July 31, 2016
- Initial release
jstewmc/get-browser 适用场景与选型建议
jstewmc/get-browser 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 33 次下载、GitHub Stars 达 1, 最近一次更新时间为 2016 年 08 月 07 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「browser」 「jstewmc」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jstewmc/get-browser 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jstewmc/get-browser 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jstewmc/get-browser 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Give your JS App some Backbone with Models, Views, Collections, and Events.
Instrument headless chrome/chromium instances from php5.6
Selenium4 (WebDriver) driver for Mink framework
Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.
Standalone replacement for php's native get_browser() function
Simple PHP wrapper for CasperJS
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-07