PHPackages                             dishcheng/yunxinsms - 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. [API Development](/categories/api)
4. /
5. dishcheng/yunxinsms

ActiveLibrary[API Development](/categories/api)

dishcheng/yunxinsms
===================

laravel网易云短信sdk

1.0.1(7y ago)0105MITPHPPHP &gt;=7.0.0

Since Nov 28Pushed 7y agoCompare

[ Source](https://github.com/dishcheng/yunxinsms)[ Packagist](https://packagist.org/packages/dishcheng/yunxinsms)[ RSS](/packages/dishcheng-yunxinsms/feed)WikiDiscussions master Synced yesterday

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

网易云信短信sdk
=========

[](#网易云信短信sdk)

For laravel &gt;= 5.5

[官方文档](https://dev.yunxin.163.com/docs/product/%E7%9F%AD%E4%BF%A1/%E7%9F%AD%E4%BF%A1%E6%8E%A5%E5%8F%A3%E6%8C%87%E5%8D%97)

> composer require dishcheng/yunxinsms:~1.0

> php artisan vendor:publish --provider="DishCheng\\YunXinSms\\YunXinSmsProvider" --tag=yunxinsms

Usage:
------

[](#usage)

use DishCheng\\YunXinSms\\YunXinSms;

### 验证码类短信

[](#验证码类短信)

```
$params = ['mobile' => 'xxxxxxx', 'templateid' => 'xxxxxxx', 'authCode' => '1111'];
var_dump(YunXinSms::code_post($params));
```

### 通知类短信

[](#通知类短信)

```
$params = ['mobiles' => json_encode([xxxxxxx]), 'templateid' => 'xxxxxxx', 'params' => json_encode([xxxx, xxxx, xxxx])];
$response = YunXinSms::notice_post($params);
var_dump($response);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

2722d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fff4925083b47b1c4e23b50a0f5c7b231da8014b713a2e9714f941f66fb5ec5?d=identicon)[caicaizi251](/maintainers/caicaizi251)

---

Top Contributors

[![dishcheng](https://avatars.githubusercontent.com/u/26062252?v=4)](https://github.com/dishcheng "dishcheng (5 commits)")

---

Tags

laravelsmsyunxin

### Embed Badge

![Health badge](/badges/dishcheng-yunxinsms/health.svg)

```
[![Health](https://phpackages.com/badges/dishcheng-yunxinsms/health.svg)](https://phpackages.com/packages/dishcheng-yunxinsms)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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