PHPackages                             dfchuanyu/laravel5.5-ucpaas - 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. dfchuanyu/laravel5.5-ucpaas

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

dfchuanyu/laravel5.5-ucpaas
===========================

云之讯 短信Api

v1.0(7y ago)023MITPHPPHP &gt;=7.0.0

Since Nov 21Pushed 7y agoCompare

[ Source](https://github.com/dfchuanyu/laravel5.5-ucpaas)[ Packagist](https://packagist.org/packages/dfchuanyu/laravel5.5-ucpaas)[ RSS](/packages/dfchuanyu-laravel55-ucpaas/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

laravel5.5-ucpaas
-----------------

[](#laravel55-ucpaas)

先composer require dfchuanyu/laravel5.5-ucpaas

或在composer.json添加

```
dfchuanyu/laravel5.5-ucpaas：‘~1.0’

```

运行 composer update

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

```
Dfchuanyu\Ucpaas\UcpaasServiceProvider::class,

```

aliases 数组里加入

```
'Ucpaas' => Dfchuanyu\Ucpaas\Facades\Ucpaas::class,

```

运行

```
php artisan vendor:publish --provider="Dfchuanyu\Ucpaas\UcpaasServiceProvider"

```

发送短信

```
/**
 单条发送短信的function，适用于注册/找回密码/认证/操作提醒等单个用户单条短信的发送场景
 * @param $appid        应用ID
 * @param $mobile       接收短信的手机号码
 * @param $templateid   短信模板，可在后台短信产品→选择接入的应用→短信模板-模板ID，查看该模板ID
 * @param null $param   变量参数，多个参数使用英文逗号隔开（如：param=“a,b,c”）
 * @param $uid			用于贵司标识短信的参数，按需选填。
 * @return mixed|string
 * @throws Exception
 */
Ucpaas::sendSms($appid,$templateid,$param=null,$mobile,$uid;

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2730d ago

### Community

Maintainers

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

---

Top Contributors

[![dfchuanyu](https://avatars.githubusercontent.com/u/29353328?v=4)](https://github.com/dfchuanyu "dfchuanyu (10 commits)")

### Embed Badge

![Health badge](/badges/dfchuanyu-laravel55-ucpaas/health.svg)

```
[![Health](https://phpackages.com/badges/dfchuanyu-laravel55-ucpaas/health.svg)](https://phpackages.com/packages/dfchuanyu-laravel55-ucpaas)
```

###  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)
