katheesh/visitorinfo

此软件包可以帮助您通过IP地址获取网站访客详细信息

dev-master 2020-05-28 03:45 UTC

This package is auto-updated.

Last update: 2024-09-28 10:45:40 UTC


README

此软件包通过识别使用其IP地址的网站访客而开发。

我们永远不会使用您的访客IP地址,也不会与可能使用的人分享您的数据。

S.Katheeskumar 开发的软件包

支持并成为赞助者!

安装

使用composer安装

# install it via composer
composer require katheesh/visitorinfo

GitLeaf 官方使用 VisitorInfo 作为其用户识别模块。

使用方法

php

require_once __DIR__ . '/vendor/autoload.php';

use VisitorInfo\GetInfo;

$info = new GetInfo;


    // get IP and geographical information about your client
echo $info->getGeoInfo();

    // get service provider information about your client
echo $info->getProviderInfo();

     // get hosting provider information about your client
echo $info->getHostingInfo();

许可协议

本项目遵循 @Katheesh 的许可协议。