PHPackages                             hardywen/yuntongxun-sms - 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. hardywen/yuntongxun-sms

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

hardywen/yuntongxun-sms
=======================

yuntongxun sms 云通讯短信

1.1(10y ago)11175MITPHPPHP &gt;=5.5.0

Since Sep 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hardywen/yuntongxun-sms)[ Packagist](https://packagist.org/packages/hardywen/yuntongxun-sms)[ RSS](/packages/hardywen-yuntongxun-sms/feed)WikiDiscussions master Synced 1mo ago

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

\#云通讯 短信Api 有个云通讯 和 云之讯 的接口几乎一样的。所以拿云之讯的改改

\#Laravel 5 安装 在composer.json 添加

```
hardywen/yuntongxun-sms: '~1.0'
```

运行 `composer update`

在 `config/app.php`的providers数组里加入

```
Hardywen\YuntongxunSms\YuntongxunSmsServiceProvider::class,
```

aliases 数组里加入

```
'YuntongxunSms' => Hardywen\YuntongxunSms\Facade\YuntongxunSms::class,
```

运行

```
php artisan vendor:publish
```

去 `config/yuntongxun.php` 配置

---

\#Laravel 4 安装

```
hardywen/yuntongxun-sms: 'dev-laravel-4'
```

运行 `composer update -vvv`在 `app/config/app.php`的providers数组里加入

```
'Hardywen\YuntongxunSms\YuntongxunSmsServiceProvider',
```

aliases 数组里加入

```
'YuntongxunSms' => 'Hardywen\YuntongxunSms\Facade\YuntongxunSms',
```

运行`php artisan config:publish hardywen/yuntongxun-sms`到 app/config/packages/hardywen/yuntongxun-sms/config.php 配置相关参数

---

\#使用 发送手机短信

```
YuntongxunSms::templateSMS('9635', array('param1','param2'), '138xxxxxx')
```

发送语音验证码

```
YuntongxunSms::voiceCode('123123','138xxxx')
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

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

Total

2

Last Release

3852d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/730b1d31144cf283dd5a4f979a32cff0fec848d33fd13bbe6488c5509417f6c7?d=identicon)[hardywen](/maintainers/hardywen)

---

Top Contributors

[![hardywen](https://avatars.githubusercontent.com/u/7113324?v=4)](https://github.com/hardywen "hardywen (24 commits)")

---

Tags

laravel laravel5 sms php

### Embed Badge

![Health badge](/badges/hardywen-yuntongxun-sms/health.svg)

```
[![Health](https://phpackages.com/badges/hardywen-yuntongxun-sms/health.svg)](https://phpackages.com/packages/hardywen-yuntongxun-sms)
```

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.0k2.6M4](/packages/spatie-laravel-failed-job-monitor)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[motomedialab/smtp2go

Send emails via API using the first-class email courier SMTP2Go

1316.3k](/packages/motomedialab-smtp2go)

PHPackages © 2026

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