PHPackages                             tongv/aliyun-dysms - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. tongv/aliyun-dysms

ActivePackage[Mail &amp; Notifications](/categories/mail)

tongv/aliyun-dysms
==================

新版阿里大于短信接口 for laravel5.5+

v1.4(8y ago)0691MITPHPPHP &gt;=7.0

Since Oct 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tongv/AlidySms)[ Packagist](https://packagist.org/packages/tongv/aliyun-dysms)[ Docs](https://github.com/tongv/AlidySms.git)[ RSS](/packages/tongv-aliyun-dysms/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (11)Used By (1)

AlidySms
========

[](#alidysms)

新版阿里大于短信接口的Laravel组件 for Laravel 5.5+

系统要求
====

[](#系统要求)

```
php >= 7.0+

laravel >= 5.5+

```

安装
==

[](#安装)

```
composer require tongv/aliyun-dysms

```

设置配置文件
======

[](#设置配置文件)

```
php artisan vendor:publish --provider="LaraMall\AlidySms\AlidySmsServiceProvider"

修改 config/sms.php 中的阿里大于短信相关参数

  	//id
	'ACCESS_KEY_ID'=>'',
	//秘钥
	'ACCESS_KEY_SECRET'=>'',
	//config 每个操作对应的签名和模版编号
    'CONFIG'=>[
        'register'=>['签名','SMS_115928888'],
    ],

```

使用
==

[](#使用)

[![](https://camo.githubusercontent.com/e94e193ad3e62e755bd9fc78cf1beefdffd9c9b49b133e825dac9281e3cb0c11/687474703a2f2f6f78356477693778692e626b742e636c6f7564646e2e636f6d2f6769746875622f736d732d74702e706e67)](https://camo.githubusercontent.com/e94e193ad3e62e755bd9fc78cf1beefdffd9c9b49b133e825dac9281e3cb0c11/687474703a2f2f6f78356477693778692e626b742e636c6f7564646e2e636f6d2f6769746875622f736d732d74702e706e67)

```
use Sms;

//短信发送成功 下面函数返回 true 反之 false
Sms::sned('13800000000','register',['code'=>'123456']);

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 82.9% 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 ~5 days

Total

11

Last Release

3120d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5247779?v=4)[tony](/maintainers/tongv)[@tongv](https://github.com/tongv)

---

Top Contributors

[![bluetoothswh](https://avatars.githubusercontent.com/u/7559687?v=4)](https://github.com/bluetoothswh "bluetoothswh (34 commits)")[![tongv](https://avatars.githubusercontent.com/u/5247779?v=4)](https://github.com/tongv "tongv (6 commits)")[![bitqiu](https://avatars.githubusercontent.com/u/4955106?v=4)](https://github.com/bitqiu "bitqiu (1 commits)")

---

Tags

laravel55aliyun dysms sdk

### Embed Badge

![Health badge](/badges/tongv-aliyun-dysms/health.svg)

```
[![Health](https://phpackages.com/badges/tongv-aliyun-dysms/health.svg)](https://phpackages.com/packages/tongv-aliyun-dysms)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[laramall/aliyun-dysms

新版阿里大于短信接口 for laravel5.5+

212.1k1](/packages/laramall-aliyun-dysms)[matviib/notifier

NO LIBRARIES socket per page bridge for your Laravel application.

621.2k](/packages/matviib-notifier)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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