PHPackages                             wisdech/laravel-smsverify - 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. wisdech/laravel-smsverify

ActiveLibrary[API Development](/categories/api)

wisdech/laravel-smsverify
=========================

Laravel 短信验证码接口

v0.2.0(8mo ago)1961MITPHPPHP ^8.2

Since Oct 30Pushed 8mo agoCompare

[ Source](https://github.com/Wisdech/laravel-smsverify)[ Packagist](https://packagist.org/packages/wisdech/laravel-smsverify)[ RSS](/packages/wisdech-laravel-smsverify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (1)

Laravel 短信验证码接口
===============

[](#laravel-短信验证码接口)

安装使用
----

[](#安装使用)

```
#添加依赖
composer require wisdech/laravel-smsverify
```

```
#发布配置文件
php artisan vendor:publish --tag=sms-verify-config
```

```
#在.env文件填写配置信息
SMS_SIGNATURE=

TENCENT_CLOUD_ID=
TENCENT_CLOUD_KEY=
TENCENT_SMS_APPID=
TENCENT_SMS_TEMPLATE=
```

```
//使用Facade
use Wisdech\SMS\Facade\SMS

SMS::sendVerifyCode($mobile);

SMS::checkVerifyCode($mobile,$code);
```

短信模板要求
------

[](#短信模板要求)

必须包含验证码和有效期，可直接使用模板

```
{1}为您的登录验证码，请于{2}分钟内填写，如非本人操作，请忽略本短信。

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance60

Regular maintenance activity

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

257d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/baa8d3f2127d6668f6c9f2844f2def8715165f126fb1e0320d6b2dace789a086?d=identicon)[xxutianyi](/maintainers/xxutianyi)

---

Top Contributors

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

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wisdech-laravel-smsverify/health.svg)

```
[![Health](https://phpackages.com/badges/wisdech-laravel-smsverify/health.svg)](https://phpackages.com/packages/wisdech-laravel-smsverify)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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