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

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

hardywen/ucpaas-sms
===================

ucpaas sms 云之讯短信

v2.0(10y ago)1538[1 issues](https://github.com/hardywen/ucpaas-sms/issues)MITPHPPHP &gt;=5.5.0

Since Jul 13Pushed 10y ago2 watchersCompare

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

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

\#建议使用：

ucpaas-sms
==========

[](#ucpaas-sms)

云之讯 短信Api

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

```
hardywen/ucpaas-sms: 'v1.0'
```

运行 `composer update`

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

```
'Hardywen\UcpaasSms\UcpaasSmsServiceProvider',
```

aliases 数组里加入

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

运行

```
artisan config:publish hardywen/ucpaas-sms
```

去 `app/config/packages/hardywen/ucpaas-sms/config.php` 配置

\#使用 发送手机短信

```
UcpaasSms::templateSMS('9635', '123456,3', '138xxxxxx')
```

发送语音验证码

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

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

```
hardywen/ucpaas-sms: 'v2.0'
```

运行 `composer update`

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

```
Hardywen\UcpaasSms\UcpaasSmsServiceProvider::class,
```

aliases 数组里加入

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

运行

```
php artisan vendor:publish
```

去 `app/config/packages/hardywen/ucpaas-sms/config.php` 配置

\#使用 发送手机短信

```
UcpaasSms::templateSMS('9635', '123456,3', '138xxxxxx')
```

发送语音验证码

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

\#云通讯版本

```
hardywen/ucpaas-sms: 'yuntongxun-v1.0'
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3885d ago

Major Versions

v1.0 → v2.02015-09-29

PHP version history (2 changes)v1.0PHP &gt;=5.4.0

v2.0PHP &gt;=5.5.0

### 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 (12 commits)")

---

Tags

laravel laravel5 sms ucpaas php

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/hardywen-ucpaas-sms/health.svg)](https://phpackages.com/packages/hardywen-ucpaas-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)
