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 3w 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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

1263d 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

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35729.6k2](/packages/telnyx-telnyx-php)[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M376](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M462](/packages/pimcore-pimcore)

PHPackages © 2026

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