PHPackages                             wallacemaxters/ipinfo - 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. wallacemaxters/ipinfo

AbandonedArchivedLibrary

wallacemaxters/ipinfo
=====================

PHP Library of ipinfo.io

1.3.0(10y ago)3541MITPHPPHP &gt;=5.4.0

Since Dec 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/wallacemaxters/ipinfo)[ Packagist](https://packagist.org/packages/wallacemaxters/ipinfo)[ RSS](/packages/wallacemaxters-ipinfo/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

IPInfo - Easy PHP Library for ipinfo.io
=======================================

[](#ipinfo---easy-php-library-for-ipinfoio)

Instalation

```
{
	"require" : {
		"wallacemaxters/ipinfo" : "1.*"
	}
}
```

```
use WallaceMaxters\IPInfo\IPInfo;
```

Get the response of ipinfo.io. This returns the `\WallaceMaxters\IPInfo\Response` object;

```
$responseObject = IPInfo::get('8.8.8.8');
```

Get a collection of a response of `\WallaceMaxters\IPInfo\Response`

```
$ipCollection = IPInfo::get(['8.8.8.8', '7.7.7.7']);
```

Get Lat and Lng separated in array. This results are converted in `float`

```
list($lat, $lng) = IPInfo::get('8.8.8.8')->getLoc();
```

Converting information to array

```
IPInfo::get('8.8.8.8')->toArray();
```

Retrieves information from host(s)

```
$data = IPInfo::getFromHost('www.google.com');
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

3813d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/983cda3e30a5a58d250f3bef7360267e0185b46e891f2f08e6683d0af9a9ddc7?d=identicon)[wallacemaxters](/maintainers/wallacemaxters)

---

Top Contributors

[![wallacemaxters](https://avatars.githubusercontent.com/u/5245865?v=4)](https://github.com/wallacemaxters "wallacemaxters (13 commits)")

### Embed Badge

![Health badge](/badges/wallacemaxters-ipinfo/health.svg)

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

PHPackages © 2026

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