PHPackages                             guoguo882010/huaji-id-card - 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. guoguo882010/huaji-id-card

ActiveLibrary

guoguo882010/huaji-id-card
==========================

百度云市场-华际云数身份证实名认证查询

1.0.2(8mo ago)013MITPHPPHP &gt;=7.1

Since Aug 23Pushed 8mo agoCompare

[ Source](https://github.com/guoguo882010/huaji-id-card)[ Packagist](https://packagist.org/packages/guoguo882010/huaji-id-card)[ RSS](/packages/guoguo882010-huaji-id-card/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

身份证核验
=====

[](#身份证核验)

安装
==

[](#安装)

```
composer require guoguo882010/huaji-id-card
```

使用
--

[](#使用)

```
\RSHDSDK\HuaJiIDCard\HuaJiIDCard::check('百度appid','身份证号','姓名');
```

成功返回

```
array(4) {
  ["msg"] => string(6) "成功" //失败信息描述，正常为空或成功
  ["requestid"] => string(19) "1410674931347226624" //本次请求流水号
  ["code"] => int(200) //正常为200，其它值表示失败，见错误码定义
  ["data"] => array(5) {
    ["result"] => int(1) //认证结果：1核验一致; 2核验不一致; 3库无
    ["message"] => string(12) "核验一致" //认证结果描述
    ["birthday"] => string(8) "19921012"
    ["sex"] => string(3) "男"
    ["address"] => string(24) "吉林省***县"
  }
}
```

失败返回

```
array(4) {
  ["msg"] => string(29) "(身份证号)不符合规则"
  ["requestid"] => string(19) "1410675604797259776"
  ["code"] => int(400)
  ["data"] => array(0) {
  }
}
```

其他
==

[](#其他)

详细文档参考：[https://apis.baidu.com/store/detail/04277820-1f59-428d-a72f-4a746961fd75?\_=1734933646460](https://apis.baidu.com/store/detail/04277820-1f59-428d-a72f-4a746961fd75?_=1734933646460)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance59

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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 ~3 days

Total

3

Last Release

257d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b57028d0ae01c0a3e0a63cf818bff6b9d6ec8f8b92c506ac6a344d42e1dfea8?d=identicon)[gk](/maintainers/gk)

---

Top Contributors

[![guoguo882010](https://avatars.githubusercontent.com/u/3445260?v=4)](https://github.com/guoguo882010 "guoguo882010 (3 commits)")

### Embed Badge

![Health badge](/badges/guoguo882010-huaji-id-card/health.svg)

```
[![Health](https://phpackages.com/badges/guoguo882010-huaji-id-card/health.svg)](https://phpackages.com/packages/guoguo882010-huaji-id-card)
```

PHPackages © 2026

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