PHPackages                             everapi/iplookupapi-php - 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. everapi/iplookupapi-php

ActiveLibrary[API Development](/categories/api)

everapi/iplookupapi-php
=======================

A PHP wrapper for the iplookupapi.com API

00PHP

Since Jun 1Pushed 2y ago2 watchersCompare

[ Source](https://github.com/everapihq/iplookupapi-php)[ Packagist](https://packagist.org/packages/everapi/iplookupapi-php)[ RSS](/packages/everapi-iplookupapi-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/fafbc2be274ed697511efc25d8bd34db470ae00c3bc42ac0e5ae0f0dc10e82a4/68747470733a2f2f6170702e69706c6f6f6b75706170692e636f6d2f696d672f6c6f676f2f69706c6f6f6b75706170692e706e67)](https://camo.githubusercontent.com/fafbc2be274ed697511efc25d8bd34db470ae00c3bc42ac0e5ae0f0dc10e82a4/68747470733a2f2f6170702e69706c6f6f6b75706170692e636f6d2f696d672f6c6f676f2f69706c6f6f6b75706170692e706e67)

iplookupapi-php - PHP IP data lookup
====================================

[](#iplookupapi-php---php-ip-data-lookup)

[![Latest Version on Packagist](https://camo.githubusercontent.com/597ef82c1c14d464e237502f541e6c63d8d3b9afa28186c12fbf9e640788c365/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657665726170692f69706c6f6f6b75706170692d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/everapi/iplookupapi-php)[![Total Downloads](https://camo.githubusercontent.com/98a091b355fcda028d6b9086728e46830a0c271735fffa35f67a918d24ca1357/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657665726170692f69706c6f6f6b75706170692d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/everapi/iplookupapi-php)

This package is a PHP wrapper for [iplookupapi.com](https://iplookupapi.com) that aims to make the usage of the API as easy as possible in your project.

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

[](#installation)

You can install the package via composer:

```
composer require everapi/iplookupapi-php
```

Usage
-----

[](#usage)

Initialize the API with your API Key (get one for free at [iplookupapi.com](https://app.iplookupapi.com/register)):

```
$iplookupapi = new \iplookupapi\iplookupapi\iplookupapiClient('YOUR-API-KEY');
```

Afterwards you can use the endpoints of the API like this:

```
echo $iplookupapi->status();
```

```
echo $iplookupapi->info([
    'ip' => '1.1.1.1',
    'language' => 'de',
]);
```

Learn more about endpoints, parameters and response data structure in the [docs](https://iplookupapi.com/docs).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity22

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/309ffc139b4aad5ab670a50706449e75eeea2798f284e1380f88d69a68f9fe65?d=identicon)[everapi](/maintainers/everapi)

---

Top Contributors

[![dominikkukacka](https://avatars.githubusercontent.com/u/243319?v=4)](https://github.com/dominikkukacka "dominikkukacka (1 commits)")

### Embed Badge

![Health badge](/badges/everapi-iplookupapi-php/health.svg)

```
[![Health](https://phpackages.com/badges/everapi-iplookupapi-php/health.svg)](https://phpackages.com/packages/everapi-iplookupapi-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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