PHPackages                             webazon/ipapi - 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. [API Development](/categories/api)
4. /
5. webazon/ipapi

ActiveLibrary[API Development](/categories/api)

webazon/ipapi
=============

IP Geolocation API. Fast, accurate, reliable.

1.0.0(1mo ago)00MITPHPPHP &gt;=8.3

Since Mar 16Pushed 1mo agoCompare

[ Source](https://github.com/katsef/ipapi)[ Packagist](https://packagist.org/packages/webazon/ipapi)[ RSS](/packages/webazon-ipapi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

webazon/ipapi
=============

[](#webazonipapi)

### IP Geolocation API. Fast, accurate, reliable. Free for non-commercial use.

[](#ip-geolocation-api-fast-accurate-reliable-free-for-non-commercial-use)

##### Example usage in your code.

[](#example-usage-in-your-code)

```
use Webazon\Ipapi\Ip;
$ip = new Ip([IP-address]);	## Optional. Leave blank for visitor's IP.
```

---

**Example return object.**

```
{
    "status": true,
    "ip": "77.91.69.93",
    "sip": "31.222.204.114",
    "locale": "he_IL",
    "locales": [
        {
            "id": 10,
            "locale": "ar_IL",
            "language": "العربية",
            "flag": "🇮🇱"
        },
        {
            "id": 203,
            "locale": "he_IL",
            "language": "עברית",
            "flag": "🇮🇱"
        }
    ],
    "exception": false,
    "ipapi": {
        "status": "success",
        "country": "Israel",
        "countryCode": "IL",
        "region": "TA",
        "regionName": "Tel Aviv",
        "city": "Tel Aviv",
        "zip": "",
        "lat": 32.0804,
        "lon": 34.7807,
        "timezone": "Asia\/Jerusalem",
        "isp": "Webhost LLC",
        "org": "Foton Telecom CJSC",
        "as": "AS206446 CLOUD LEASE Ltd",
        "query": "77.91.69.93"
    }
}
```

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

54d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/537405708f55609f3ce4f6260152f2c867d5ede7be98a730686e405981a3f2b7?d=identicon)[webazon](/maintainers/webazon)

---

Top Contributors

[![katsef](https://avatars.githubusercontent.com/u/102735505?v=4)](https://github.com/katsef "katsef (2 commits)")

### Embed Badge

![Health badge](/badges/webazon-ipapi/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[mjaschen/collmex

Collmex PHP SDK

2080.7k](/packages/mjaschen-collmex)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)[dragon-code/laravel-json-response

Automatically always return a response in JSON format

1118.6k1](/packages/dragon-code-laravel-json-response)

PHPackages © 2026

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