PHPackages                             leezj/laravel-aliyun-signatrue - 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. leezj/laravel-aliyun-signatrue

ActiveLibrary

leezj/laravel-aliyun-signatrue
==============================

Laravel-Aliyun-Service-Signatrue

1.3(5y ago)07MITPHPPHP &gt;=7.1

Since Sep 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/joey2017/aliyun-service-signatrue)[ Packagist](https://packagist.org/packages/leezj/laravel-aliyun-signatrue)[ RSS](/packages/leezj-laravel-aliyun-signatrue/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Laravel-Aliyun-service-signatrue
================================

[](#laravel-aliyun-service-signatrue)

*\[阿里云人脸人体-实人认证服务示例\]*

---

环境和程序要求
-------

[](#环境和程序要求)

程序版本PHP`>= 7.1`MySQL`>= 5.5`laravel/laravel`>= 5.5`---

安装
--

[](#安装)

- 通过composer，这是推荐的方式，可以使用composer.json 声明依赖，或者直接运行下面的命令。

```
 composer require leezj/laravel-aliyun-service-signature
```

- 放入composer.json文件中

```
"require": {
    "leezj/laravel-aliyun-signatrue": "*"
}
```

然后运行

```
composer update
```

---

使用
--

[](#使用)

添加服务提供商

```
'providers' => [
    ...
    Aliyun\Signatrue\AliyunServiceProvider::class,
]

```

2.发布配置文件

```
php artisan vendor:publish --provider="Aliyun\Signatrue\AliyunServiceProvider"
```

> 此命令会在 config 目录下生成一个 `aliyun.php` 配置文件，你可以在此进行自定义配置。

3. 代码使用

```
$biz_id = '20200595466666-5666' //系统生成随机唯一的认证编号

获取实人认证token
$token = app(AliyunService::class)->init('DescribeVerifyToken', $biz_id)->getRequest();

获取实人认证结果
$result = app(AliyunService::class)->init('DescribeVerifyResult', $biz_id)->getRequest()
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

4

Last Release

2074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61181de62b9231e06c4057c90074e93fa33576b381e9e63d0c47f96aad959a3c?d=identicon)[joey2017](/maintainers/joey2017)

---

Top Contributors

[![zongerli](https://avatars.githubusercontent.com/u/171768495?v=4)](https://github.com/zongerli "zongerli (10 commits)")

---

Tags

laravelaliyun

### Embed Badge

![Health badge](/badges/leezj-laravel-aliyun-signatrue/health.svg)

```
[![Health](https://phpackages.com/badges/leezj-laravel-aliyun-signatrue/health.svg)](https://phpackages.com/packages/leezj-laravel-aliyun-signatrue)
```

###  Alternatives

[jacobcyl/ali-oss-storage

aliyun oss filesystem storage for laravel 5+

523566.2k7](/packages/jacobcyl-ali-oss-storage)[menthe/aliyun-ueditor

UEditor for laravel5 and Aliyun OSS.Store all images and files in Aliyun OSS. Support i18n. UEditor is a Rich Text Web Editor From Baidu.

172.4k](/packages/menthe-aliyun-ueditor)

PHPackages © 2026

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