fluidphp / useragent-helper
FluidPHP 框架用户代理助手,用于获取用户代理数据
v1.0.2-stable
2022-03-28 12:29 UTC
This package is auto-updated.
Last update: 2024-08-28 17:42:46 UTC
README
FluidPhp 是基于 PhpToolCase 库的框架,访问 phptoolcase.com 获取完整指南和示例。
此助手可以用于获取用户代理详情。
安装
将包添加到您的 composer.json 文件中,以安装助手。
使用 fluidphp 框架
"require":
{
"mnsami/composer-custom-directory-installer": "2.0.*" ,
"fluidphp/useragent-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/UserAgent": ["fluidphp/useragent-helper"]
}
}
独立使用
"require":
{
"fluidphp/useragent-helper": "*"
}
项目信息
项目主页
要求
php 版本 5.4+