PHPackages                             darkwindcc/certification - 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. darkwindcc/certification

ActiveLaravel[API Development](/categories/api)

darkwindcc/certification
========================

 user 4 element certification api

v0.0.1(8y ago)141MITPHP

Since Oct 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/326956600/Certification)[ Packagist](https://packagist.org/packages/darkwindcc/certification)[ RSS](/packages/darkwindcc-certification/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

功能

扩展包提供四要素身份验证功能 对参数进行基本判断，返回判断结果

集成配置文件： php artisan vendor:publish

可以不写配置文件，直接添加秘钥数据给接口

接受参数：

```
realname    真实姓名
idcard      身份证号码
bankcard    银行卡号
mobile      电话号码

```

返回值：

```
    成功
    return [
                'status'=>'ok',
                "bankcard"=> '39898789798789',
                "realname"=>'小明',
                "idcard"=>'41908988776786',
                "mobile"=>'10086',
                "verifymsg"=>'验证信息'
            ];

    接口认证失败。。欠费了
    return [
                    'status'=>'error',
                    'verifymsg'=>'网络链接失败，请重试',
                    'errormsg'=>'接口秘钥错误'
            ];

    验证失败
     return [
                    'status'=>'error',
                    'verifymsg'=>'用户错误提示',
                    'errormsg'=>'真实错误原因'
            ];

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3124d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43967df5b670ae87a53f9820674b76d52f27c10ff3058c0205f6b0528e17c330?d=identicon)[326956600](/maintainers/326956600)

---

Top Contributors

[![dark-wind](https://avatars.githubusercontent.com/u/15257951?v=4)](https://github.com/dark-wind "dark-wind (3 commits)")

### Embed Badge

![Health badge](/badges/darkwindcc-certification/health.svg)

```
[![Health](https://phpackages.com/badges/darkwindcc-certification/health.svg)](https://phpackages.com/packages/darkwindcc-certification)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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