katheesh/visitorinfo

This package can help you to website visitor details get using their Ip address

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

This package is auto-updated.

Last update: 2024-03-28 09:47:56 UTC


README

This package has been developed by identifying website visitors using their IP addresses.

We will never use your visitor IP addresses, or share your data with anyone else who might.

Package developed by S.Katheeskumar

Support & Become a Patron!

68747470733a2f2f692e79612d77656264657369676e2e636f6d2f696d616765732f70617472656f6e2d6c696e6b2d627574746f6e2d706e672d322e706e67

68747470733a2f2f6769746c6561662e636f6d2f696d672f71756f74652e706e67

Installation

Install using composer

# install it via composer
composer require katheesh/visitorinfo

GitLeaf Officially uses VisitorInfo for their user identifying module.

Usage

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();

License

This project is licensed under the terms of the @Katheesh.