PHPackages                             xiaolong/yunpian-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. xiaolong/yunpian-sms

ActivePackage

xiaolong/yunpian-sms
====================

云片短信发送,基于Laravel5.3插件。

v1.0.1(9y ago)533[1 issues](https://github.com/G-Bruin/yunpiansms/issues)MITPHP

Since Mar 15Pushed 9y agoCompare

[ Source](https://github.com/G-Bruin/yunpiansms)[ Packagist](https://packagist.org/packages/xiaolong/yunpian-sms)[ Docs](https://github.com/G-Bruin/yunpiansms.git)[ RSS](/packages/xiaolong-yunpian-sms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

yunpian-sms
===========

[](#yunpian-sms)

> 基于laravel5.3.\*以上版本的系统集成短信发送功能。

安装
--

[](#安装)

1. 安装包文件

```
composer require xiaolong/yunpian-sms
```

配置
--

[](#配置)

### Laravel 应用

[](#laravel-应用)

1. 注册 `ServiceProvider`:

```
XiaoLong\YunpianSMS\YunpianSMSServiceProvider::class,
```

2. 创建配置文件：

```
php artisan vendor:publish
```

3. 请修改应用根目录下的 `config/yunpian.php` 中对应的项即可；
4. （可选）添加外观到 `config/app.php` 中的 `aliases` 部分:

```
'YunpianSMS' => XiaoLong\YunpianSMS\Facades\YunpianSMS::class,
```

5. 在 ENV 中配置以下选项：

```
SMS_API_KEY=xxx
SMS_SEND_URL=xxx
```

6.使用

```
/*
* 手机号
* 短信模板
*/
\YunpianSMS::sendSMS('183xxxx1235',"【xxx】短信内容");
```

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3345d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cce234f1db327ae96968e34a1fd9adc177e1f3161c82cb995e9a0d0db41febb9?d=identicon)[G-Bruin](/maintainers/G-Bruin)

---

Top Contributors

[![G-Bruin](https://avatars.githubusercontent.com/u/20853074?v=4)](https://github.com/G-Bruin "G-Bruin (4 commits)")

---

Tags

laravelsmsyunpianlaravelsmsyunpian

### Embed Badge

![Health badge](/badges/xiaolong-yunpian-sms/health.svg)

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

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[matthewbdaly/laravel-sms

A Laravel and Lumen integration for matthewbdaly/sms-client to enable sending SMS messages

3529.8k](/packages/matthewbdaly-laravel-sms)

PHPackages © 2026

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