eblanshey/browser-detect
最新稳定版本:1.0.4
Composer 安装命令:
composer require eblanshey/browser-detect
包简介
Browser & Mobile detection package for Laravel 4.
README 文档
README
This is the same package as the hisorange/browser-detect package, but stripped from the Laravel requirement. Only the runtime cache is used. All credit goes to hisorange for this package. More information here: https://github.com/hisorange/browser-detect
Basic usage:
use hisorange\BrowserDetect\Parser; $parser = new Parser; $info = $parser->detect();
If you want to change the default configs, pass the config array as the first parameter to the Parser class, and the plugin array as the second parameter:
$parser = new Parser($config, $plugins);
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-30