PHPackages                             havenshen/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. havenshen/yunpian-sms

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

havenshen/yunpian-sms
=====================

云片网络 短信发送,基于Laravel5.1插件。

v1.2(10y ago)9921MITPHP

Since Dec 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/HavenShen/yunpian-sms)[ Packagist](https://packagist.org/packages/havenshen/yunpian-sms)[ Docs](https://github.com/HavenShen/yunpian-sms)[ RSS](/packages/havenshen-yunpian-sms/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (4)Used By (0)

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

[](#yunpian-sms)

[![Latest Stable Version](https://camo.githubusercontent.com/5b41283dade8c93e5abe47923bab6dc02124d0ff1f50cad4c71550a1121552f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f486176656e5368656e2f79756e7069616e2d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/HavenShen/yunpian-sms)[![Total Downloads](https://camo.githubusercontent.com/55d184688606f871dae8371d53e0c9864e843f236da8d8f9f4553596329b8f4c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f486176656e5368656e2f79756e7069616e2d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/HavenShen/yunpian-sms)[![License](https://camo.githubusercontent.com/2e8579d14b53f62dd1d6bae8b10cfd4e9257516f4b3a3c3a0e5bcccf90133ad3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f486176656e5368656e2f79756e7069616e2d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/HavenShen/yunpian-sms)

> 本版本可以用于使用[云片网络短信服务商](http://www.yunpian.com/),基于laravel5.1.\*以上版本的系统集成短信发送功能。

安装
--

[](#安装)

1. 安装包文件

```
composer require havenshen/yunpian-sms
```

配置
--

[](#配置)

### Laravel 应用

[](#laravel-应用)

1. 注册 `ServiceProvider`:

```
HavenShen\YunpianSMS\YunpianSMSServiceProvider::class,
```

2. 创建配置文件：

```
php artisan vendor:publish
```

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

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

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

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

6.使用

```
/*
*可以是个string字符串或array字符串群发
*/
\YunpianSMS::sendSMS('139xxxx5926');
```

License
-------

[](#license)

MIT

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

3

Last Release

3888d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3860322?v=4)[HavenShen](/maintainers/HavenShen)[@HavenShen](https://github.com/HavenShen)

---

Top Contributors

[![HavenShen](https://avatars.githubusercontent.com/u/3860322?v=4)](https://github.com/HavenShen "HavenShen (2 commits)")

---

Tags

laravel-5-packagelaravel-smssmsyunpianlaravelsmsyunpian

### Embed Badge

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

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

###  Alternatives

[tzsk/sms

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

319280.7k6](/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)[ipecompany/smsirlaravel

Official Sms.ir Laravel Package

1810.3k1](/packages/ipecompany-smsirlaravel)

PHPackages © 2026

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