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. jimchen/identity-verify

ActiveLibrary

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 1mo ago

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

Maturity56

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

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

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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