ftembe/client-info
Composer 安装命令:
composer require ftembe/client-info
包简介
Getting The Client Information
README 文档
README
This packet uses information from the User-Agent HTTP header sent by the client's browser to extract information about the browser, operating system, device and other information used by the user to access the website.
The package may provide information such as browser name and version, operating system, device architecture, device type, and preferred language.
Installation
To install this package no can use composer
composer require ftembe/client-info
Usage
require('vendor/autoload.php'); use Kitara\Client; $client = new Client; echo $post_id; echo $client->ip; echo $client->browser; echo $client->device; echo $client->plataform; echo $client->country['CountryName']; echo $client->country['ContinentName']; echo $client->country['Latitude']; echo $client->country['Longitude']; echo $client->country['Timezone'];
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-23