Skip to content

Website visitor details get using their IP addresses. It's a Composer Package.

Notifications You must be signed in to change notification settings

Katheesh/visitorinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visitor Info

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

Package developed by S.Katheeskumar



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.

About

Website visitor details get using their IP addresses. It's a Composer Package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages