承接 ftembe/client-info 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-23