PHPackages                             zhan3333/alicloudapi - 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. zhan3333/alicloudapi

ActiveLibrary[API Development](/categories/api)

zhan3333/alicloudapi
====================

ali cloud api

v1.0.1(6y ago)0110PHP

Since Dec 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zhan3333/alicloudapi)[ Packagist](https://packagist.org/packages/zhan3333/alicloudapi)[ RSS](/packages/zhan3333-alicloudapi/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

阿里云api Laravel 相关
=================

[](#阿里云api-laravel-相关)

安装
--

[](#安装)

`composer require zhan3333/alicloudapi`

配置
--

[](#配置)

```
ALI_CLOUD_API_VERIFY_ID_CARD_APP_CODE=
ALI_CLOUD_API_VERIFY_ID_CARD_LOG_CHANNEL=
# none, success, failed
ALI_CLOUD_API_VERIFY_ID_CARD_FAKE_TYPE=
```

使用
--

[](#使用)

```
use Zhan3333\AliCloudApi\AliVerifyIdCardService;

$service = app(AliVerifyIdCardService::class);
$result = $service->verify('张三', '420222199212040000');
// boolean 是否验证通过
dump($result['valid']);
// 不通过时的原因
dump($result['reason']);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2380d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15830778?v=4)[zhan](/maintainers/zhan3333)[@zhan3333](https://github.com/zhan3333)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zhan3333-alicloudapi/health.svg)

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

###  Alternatives

[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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