PHPackages                             imeidb/sdk - 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. imeidb/sdk

ActiveLibrary[API Development](/categories/api)

imeidb/sdk
==========

Simple and lightweight SDK for working with ImeiDB API

4195[1 PRs](https://github.com/ImeiDB/SDK/pulls)PHP

Since Aug 24Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ImeiDB/SDK)[ Packagist](https://packagist.org/packages/imeidb/sdk)[ RSS](/packages/imeidb-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ImeiDB SDK
==========

[](#imeidb-sdk)

IMEIDB - big database that allows you to decrypt IMEI mobile devices and receive information about them.

- Website:
- API link:

Capability
----------

[](#capability)

- Retrieve information about current state of balance
- Decode IMEI and retrieve information about it

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

[](#installation)

Install basic component using composer

```
composer require imeidb/sdk
```

Examples
--------

[](#examples)

**{YOUR\_SECRET\_TOKEN}** - Your personal code for accessing the API, which can be found in your personal account. (Here: )

```
use imeidb\sdk\ImeiDBClient;

# Init
$client = new ImeiDBClient('{YOUR_SECRET_TOKEN}');

# Get information about the current state of the account
$response = $client->getBalance();

# Decode the imei number
$response = $client->getDecode('352877111096108');

# Process results
if ($response->getStatusCode() === 200) {
    $data = json_decode($response->getBody()->getContents());
}
```

Basically information will be returned in **JSON** format. We support both JSON and XML:

```
use imeidb\sdk\ImeiDBClient;

# Using initialize method
$client = new ImeiDBClient('{YOUR_SECRET_TOKEN}', ImeiDBClient::FORMAT_XML);

# or using dynamically change format
$client->setFormat(ImeiDBClient::FORMAT_XML);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95.2% 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/095c11c6f758286bf37ea9d9d8fe6fc8a8893d3096eabf348805b50d434e1de8?d=identicon)[ImeiDB](/maintainers/ImeiDB)

---

Top Contributors

[![fiamma06](https://avatars.githubusercontent.com/u/1270206?v=4)](https://github.com/fiamma06 "fiamma06 (40 commits)")[![ImeiDB](https://avatars.githubusercontent.com/u/89402790?v=4)](https://github.com/ImeiDB "ImeiDB (2 commits)")

### Embed Badge

![Health badge](/badges/imeidb-sdk/health.svg)

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

###  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)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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