PHPackages                             aron/laravel-signature-verification - 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. [Security](/categories/security)
4. /
5. aron/laravel-signature-verification

ActiveLibrary[Security](/categories/security)

aron/laravel-signature-verification
===================================

接口签名验证

v1.013(5y ago)83.5k↓20%MITPHPPHP ^7.4 || ^8.0

Since Mar 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fs-platform/laravel-api-signature)[ Packagist](https://packagist.org/packages/aron/laravel-signature-verification)[ RSS](/packages/aron-laravel-signature-verification/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (19)Used By (0)

signature
---------

[](#signature)

- 对接口请求进行签名验证
- 本拓展满足psr2,psr4 规范
- 已通过单元测试

基本使用
----

[](#基本使用)

1. 安装

```
$ composer require aron/laravel-signature-verification
```

2. 发布config 文件

```
$ php artisan vendor:publish --provider="Aron\Signature\Provider\SignatureServiceProvider"
```

4. 开始使用

```
\Signature::verifySignature('时间戳',
'随机字符串','requestBody', '签名认证key','客户端签名');

app('Signature')->verifySignature('时间戳',
'随机字符串','requestBody', '签名认证key','客户端签名');
```

5. 命令行
6. 生成接口签名信息

```
php artisan signature:generate
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~17 days

Total

18

Last Release

1791d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/801ed6bcf8b53385062e86a1e554e4620b08e69907b89768d82c21e8f7d2d0f2?d=identicon)[Aron.Yao](/maintainers/Aron.Yao)

---

Top Contributors

[![yaowei520](https://avatars.githubusercontent.com/u/20491714?v=4)](https://github.com/yaowei520 "yaowei520 (8 commits)")

---

Tags

signature

### Embed Badge

![Health badge](/badges/aron-laravel-signature-verification/health.svg)

```
[![Health](https://phpackages.com/badges/aron-laravel-signature-verification/health.svg)](https://phpackages.com/packages/aron-laravel-signature-verification)
```

###  Alternatives

[phpseclib/phpseclib

PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.

5.6k434.8M1.3k](/packages/phpseclib-phpseclib)[robrichards/xmlseclibs

A PHP library for XML Security

41478.1M118](/packages/robrichards-xmlseclibs)[ass/xmlsecurity

The XmlSecurity library is written in PHP for working with XML Encryption and Signatures

955.6M30](/packages/ass-xmlsecurity)[greenter/xmldsig

Libreria para firmar XML según normativa de SUNAT en Facturación Electrónica

38794.6k9](/packages/greenter-xmldsig)[fr3d/xmldsig

Tool for easy management of XML Signatures (http://www.w3.org/TR/xmldsig-core/)

63150.6k1](/packages/fr3d-xmldsig)[ionux/phactor

Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate &amp; verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.

5275.0k30](/packages/ionux-phactor)

PHPackages © 2026

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