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 3w 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 57% 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

3897d 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.7M4](/packages/spatie-laravel-failed-job-monitor)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)

PHPackages © 2026

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