PHPackages                             armezit/kyc-jibit - 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. armezit/kyc-jibit

ActiveLibrary[API Development](/categories/api)

armezit/kyc-jibit
=================

PHP client for the Jibit Identicator Project (KYC) API

v0.4.1(3y ago)0244MITPHPPHP ^8

Since Apr 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/armezit/kyc-jibit)[ Packagist](https://packagist.org/packages/armezit/kyc-jibit)[ Docs](https://github.com/armezit/kyc-jibit)[ RSS](/packages/armezit-kyc-jibit/feed)WikiDiscussions main Synced 1mo ago

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

Jibit KYC
=========

[](#jibit-kyc)

**PHP client for the Jibit Identicator Project (KYC) API**

[![Packagist Version](https://camo.githubusercontent.com/aebde2001bda6c1b104d492242e091e73da9fa44d6727db289ba6302e87ef1c9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61726d657a69742f6b79632d6a696269742e737667)](https://camo.githubusercontent.com/aebde2001bda6c1b104d492242e091e73da9fa44d6727db289ba6302e87ef1c9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61726d657a69742f6b79632d6a696269742e737667)[![PHP from Packagist](https://camo.githubusercontent.com/ab977efef8829291ea5928a1a25bddd2b61e9e93636299f621574a1949e9c55e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f61726d657a69742f6b79632d6a696269742e737667)](https://camo.githubusercontent.com/ab977efef8829291ea5928a1a25bddd2b61e9e93636299f621574a1949e9c55e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f61726d657a69742f6b79632d6a696269742e737667)[![Packagist](https://camo.githubusercontent.com/1086989495f150dbbc96b6ff097cca23ac318208b9d2ba16a11d39da1277213e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61726d657a69742f6b79632d6a696269742e737667)](https://camo.githubusercontent.com/1086989495f150dbbc96b6ff097cca23ac318208b9d2ba16a11d39da1277213e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61726d657a69742f6b79632d6a696269742e737667)

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

[](#installation)

To install, simply require `armezit/kyc-jibit` with Composer:

```
composer require armezit/kyc-jibit

```

Usage
-----

[](#usage)

Create an instance of the `\Armezit\Kyc\Jibit\Provider`:

```
$provider = new \Armezit\Kyc\Jibit\Provider();
$provider->setApiKey('API_KEY');
$provider->setSecretKey('SECRET_KEY');
```

Execute any of the available methods. For example:

```
$response = $provider->matchNationalCodeWithMobileNumber([
    'nationalCode' => $nationalId,
    'mobileNumber' => $mobileNumber,
])->send();

if ($response->isSuccessful() && $response->isMatched()) {
    // national code and mobile number matched
}
```

Status of the project
---------------------

[](#status-of-the-project)

Currently, the following methods are implemented by this package:

- Match Card Number with National Code
- Match National Code with Mobile Number

### Testing

[](#testing)

```
composer test
```

Contribute
----------

[](#contribute)

Pull requests are welcome.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/armezit/kyc-jibit/issues), or better yet, fork the library and submit a pull request.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Every ~135 days

Total

3

Last Release

1218d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a703c4312d493c2434e8f560bec9706635f7f60c72c0378c9d27eb8dbb5f3e7b?d=identicon)[armezit](/maintainers/armezit)

---

Top Contributors

[![armezit](https://avatars.githubusercontent.com/u/2006991?v=4)](https://github.com/armezit "armezit (6 commits)")

---

Tags

REST APIjibitkyc

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/armezit-kyc-jibit/health.svg)

```
[![Health](https://phpackages.com/badges/armezit-kyc-jibit/health.svg)](https://phpackages.com/packages/armezit-kyc-jibit)
```

###  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)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)[mozex/anthropic-php

Anthropic PHP is a supercharged community-maintained PHP API client that allows you to interact with Anthropic API.

46365.1k13](/packages/mozex-anthropic-php)

PHPackages © 2026

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