adzon / laravel-notification-yunpian
Use yunpian to send notification.
1.2
2017-05-08 03:29 UTC
Requires
- php: >=5.6.4
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
- yunpian/yunpian-php-sdk: ~1.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2024-10-24 18:26:27 UTC
README
Laravel的notifications使用起来很舒服,之前做了一个微信的自定义频道,现在再做一个用云片网来做短信通知的自定义频道。
不了解notifications是什么的,可以在官方文档中去了解:
https://laravel.com/docs/master/notifications
有问题请邮件联系我: 76762@qq.com ~
Laravel的短信通知 (使用云片网)
本项目可以在 Laravel 5.4中使用 云片网 来通知客户。
Contents
安装说明
composer require adzon/laravel-notification-yunpian
使用说明
php artisan make:notification NewInvoice
NewInvoice文件内容参见 demo/NewInvoice.php
更新日志
请直接参见commit提交~~~
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.