PHPackages                             katheesh/visitorinfo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. katheesh/visitorinfo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

katheesh/visitorinfo
====================

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

32PHP

Since May 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Katheesh/visitorinfo)[ Packagist](https://packagist.org/packages/katheesh/visitorinfo)[ RSS](/packages/katheesh-visitorinfo/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Visitor Info
============

[](#visitor-info)

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

[](#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.](https://gitleaf.com/privacy-policy)

[](#we-will-never-use-your-visitor-ip-addresses-or-share-your-data-with-anyone-else-who-might)

#### Package developed by [S.Katheeskumar](https://katheesh.github.io)

[](#package-developed-by-skatheeskumar)

##### [Support &amp; Become a Patron!](https://www.patreon.com/bePatron?u=32135007)

[](#support--become-a-patron)

[![](https://camo.githubusercontent.com/5a1a0da8ce53ee23ab2e898dadca82a34a907f7eed843e0d7fef91f3ae3f8f3d/68747470733a2f2f692e79612d77656264657369676e2e636f6d2f696d616765732f70617472656f6e2d6c696e6b2d627574746f6e2d706e672d322e706e67)](https://www.patreon.com/bePatron?u=32135007)

---

[![](https://camo.githubusercontent.com/b84f682fae7a1988c43d793102b3187d32e508cec77a65267ee2806a94edf41b/68747470733a2f2f6769746c6561662e636f6d2f696d672f71756f74652e706e67)](https://camo.githubusercontent.com/b84f682fae7a1988c43d793102b3187d32e508cec77a65267ee2806a94edf41b/68747470733a2f2f6769746c6561662e636f6d2f696d672f71756f74652e706e67)

---

Installation
------------

[](#installation)

#### Install using composer

[](#install-using-composer)

```
# install it via composer
composer require katheesh/visitorinfo
```

---

#### [GitLeaf](https://gitleaf.com/) Officially uses `VisitorInfo` for their user identifying module.

[](#gitleaf-officially-uses-visitorinfo-for-their-user-identifying-module)

Usage
-----

[](#usage)

#### php

[](#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
-------

[](#license)

This project is licensed under the terms of the [@Katheesh](https://katheesh.gitleaf.com/).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d975605cefe46fa19aa2f6aa940befbf2ba4f9f5adfd469e6524858d343e4691?d=identicon)[katheesh](/maintainers/katheesh)

---

Top Contributors

[![Katheesh](https://avatars.githubusercontent.com/u/33308414?v=4)](https://github.com/Katheesh "Katheesh (12 commits)")

### Embed Badge

![Health badge](/badges/katheesh-visitorinfo/health.svg)

```
[![Health](https://phpackages.com/badges/katheesh-visitorinfo/health.svg)](https://phpackages.com/packages/katheesh-visitorinfo)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
