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-10-28 11:03:07 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!

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.