PHPackages                             adzon/laravel-notification-yunpian - 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. adzon/laravel-notification-yunpian

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

adzon/laravel-notification-yunpian
==================================

Use yunpian to send notification.

1.2(9y ago)018MITPHPPHP &gt;=5.6.4

Since May 8Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (3)Used By (0)

Laravel的notifications使用起来很舒服，之前做了一个微信的自定义频道，现在再做一个用云片网来做短信通知的自定义频道。

不了解notifications是什么的，可以在官方文档中去了解：

有问题请邮件联系我：  ~

Laravel的短信通知 (使用云片网)
====================

[](#laravel的短信通知-使用云片网)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0b54b93fbb573188eb390fd9b8c712822b182ae1e1e6b744da1ed62193c571c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61647a6f6e2f6c61726176656c2d6e6f74696669636174696f6e2d7765636861742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adzon/laravel-notification-wechat)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/35f8f60915795347e0fcb898010ba802309684a4a96d1964fdd050b655988fa0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f61647a6f6e2f6c61726176656c2d6e6f74696669636174696f6e2d7765636861742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/adzon/laravel-notification-wechat)[![StyleCI](https://camo.githubusercontent.com/768a6041e6d9e1d5da89e64c3e785631240f2736770dfa68d509c42a321135da/68747470733a2f2f7374796c6563692e696f2f7265706f732f3a7374796c655f63695f69642f736869656c64)](https://styleci.io/repos/:style_ci_id)[![SensioLabsInsight](https://camo.githubusercontent.com/7a395d7551140767a9f38f838e0e96b367bae56234402374185cd65ee8d795a1/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f3a73656e73696f5f6c6162735f69642e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/:sensio_labs_id)[![Quality Score](https://camo.githubusercontent.com/a3d0833778637bcf0e11cc31227c29e6e9a8aeb09e52505fc4cdd7ce80946719/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f61647a6f6e2f6c61726176656c2d6e6f74696669636174696f6e2d7765636861742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/adzon/laravel-notification-wechat)[![Code Coverage](https://camo.githubusercontent.com/176ec0da15158ae353c3ffc6c37215d12ab1463a6bc0ff4928c50aa41e66d7a4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f61647a6f6e2f6c61726176656c2d6e6f74696669636174696f6e2d7765636861742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/adzon/laravel-notification-wechat/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/b19f12b935e7c2970c742f873661cf6518bea0ae2ca3db20d8cf3a4867b7577d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61647a6f6e2f6c61726176656c2d6e6f74696669636174696f6e2d7765636861742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adzon/laravel-notification-wechat)

本项目可以在 Laravel 5.4中使用 [云片网](http://www.yunpian.com/) 来通知客户。

Contents
--------

[](#contents)

- [安装说明](#%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E)
- [使用说明](#%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)
- [更新日志](#%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97)
- [Credits](#credits)
- [License](#license)

安装说明
----

[](#安装说明)

```
composer require adzon/laravel-notification-yunpian
```

使用说明
----

[](#使用说明)

```
php artisan make:notification NewInvoice
```

NewInvoice文件内容参见 demo/NewInvoice.php

更新日志
----

[](#更新日志)

请直接参见commit提交～～～

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [adzon](https://github.com/adzon)
- [执行力就是挨个搞](http://www.huleping.com/)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

3341d ago

### Community

Maintainers

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

---

Top Contributors

[![q76762](https://avatars.githubusercontent.com/u/45312272?v=4)](https://github.com/q76762 "q76762 (4 commits)")[![adzon](https://avatars.githubusercontent.com/u/9563632?v=4)](https://github.com/adzon "adzon (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adzon-laravel-notification-yunpian/health.svg)

```
[![Health](https://phpackages.com/badges/adzon-laravel-notification-yunpian/health.svg)](https://phpackages.com/packages/adzon-laravel-notification-yunpian)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[statamic/statamic

Statamic

829179.5k](/packages/statamic-statamic)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)

PHPackages © 2026

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