PHPackages                             scullwm/dbip-client - 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. scullwm/dbip-client

ActiveLibrary[API Development](/categories/api)

scullwm/dbip-client
===================

1.0.0(4y ago)1932[2 PRs](https://github.com/ScullWM/dbip-client/pulls)MITPHPPHP &gt;=8.0

Since Sep 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ScullWM/dbip-client)[ Packagist](https://packagist.org/packages/scullwm/dbip-client)[ Docs](https://github.com/scullwm/dbip-client)[ RSS](/packages/scullwm-dbip-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (9)Versions (4)Used By (0)

 DbIpClient
============

[](#--------dbipclient----)

Modern client library for the db-ip.com API services

Getting Started
---------------

[](#getting-started)

First of all, you need to define an add the API client in your project. `composer require scullwm/dbip-client`

```
    $dbipClient = new Client('my_secret_token');
    $ipDetails = $dbipClient->getIpDetails('8.8.8.8');
    $ipDetails->isRisky(); // false

    $apiThrottling = $dbipClient->getApiThrottling();
    echo $apiThrottling->getQueriesLeft(); // 9996
```

### Running the Test Suite

[](#running-the-test-suite)

Once you have all dependencies installed via `composer install`, you can run the test suite with:

```
./vendor/bin/phpunit tests/
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.4% 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

1709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a27e3236ea45c2a93f2ef189f37c0c72bfab70f6d73714d396456c6e3d3c25c?d=identicon)[ScullWM](/maintainers/ScullWM)

---

Top Contributors

[![malukenho](https://avatars.githubusercontent.com/u/3275172?v=4)](https://github.com/malukenho "malukenho (17 commits)")[![ScullWM](https://avatars.githubusercontent.com/u/1017746?v=4)](https://github.com/ScullWM "ScullWM (9 commits)")

---

Tags

api-clientapi-client-phpdb-iphacktoberfesthacktoberfest-acceptedhacktoberfest2021

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/scullwm-dbip-client/health.svg)

```
[![Health](https://phpackages.com/badges/scullwm-dbip-client/health.svg)](https://phpackages.com/packages/scullwm-dbip-client)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[deeplcom/deepl-php

Official DeepL API Client Library

2616.2M66](/packages/deeplcom-deepl-php)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)

PHPackages © 2026

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