jliu/agent

There is no license information available for the latest version (v1.3) of this package.

Desktop/mobile user agent parser with support for ThinkPHP 5

v1.3 2017-02-16 03:45 UTC

This package is not auto-updated.

Last update: 2024-06-22 18:52:30 UTC


README

agent

判断访问信息

安装

composer require jliu/agent

##使用

  1. 得到agent完整类型信息
\jliu\agent\Agent::getDeviceInfo();
  1. 浏览器类型
\jliu\agent\Agent::browserType();
  1. 是移动设备访问
\jliu\agent\Agent::isMobile();
  1. 检查是否在微信中打开
\jliu\agent\Agent::isMicroMessage();