PHPackages                             jimchen/identity-verify - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. jimchen/identity-verify

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

jimchen/identity-verify
=======================

Identity verify SDK.

v1.0.0(7y ago)210MITPHPPHP &gt;=5.5

Since Sep 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/JimChenWYU/identity-verify)[ Packagist](https://packagist.org/packages/jimchen/identity-verify)[ RSS](/packages/jimchen-identity-verify/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

identity-verify
===============

[](#identity-verify)

Identity verify SDK.

Installing
----------

[](#installing)

```
$ composer require jimchen/identity-verify -vvv
```

Usage
-----

[](#usage)

```
require __DIR__ . '/vendor/autoload.php';

use JimChen\Identity\Identity;
use JimChen\Identity\Exceptions\NoGatewayAvailableException;

$identity = new Identity([
	'default' => [
		'gateways' => [
			'juhe'
		]
	],

	'gateways' => [
		'juhe' => [
			'key'    => 'your app key',
			'openid' => 'your openid',
		]
	]
]);

try {
	var_dump($identity->verify('your name', 'chinese mainland identity card number'));
} catch (NoGatewayAvailableException $e) {
	var_dump($e->getResults());
}
```

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

2794d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20cebafc45fd6fc5f67bf655119a3b27e9b208e248f2d7f5c98fd6c0a101485b?d=identicon)[jimchen](/maintainers/jimchen)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jimchen-identity-verify/health.svg)

```
[![Health](https://phpackages.com/badges/jimchen-identity-verify/health.svg)](https://phpackages.com/packages/jimchen-identity-verify)
```

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)

PHPackages © 2026

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