Download the PHP package if1024/laravel-wechat-notification without Composer
On this page you can find all versions of the php package if1024/laravel-wechat-notification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download if1024/laravel-wechat-notification
More information about if1024/laravel-wechat-notification
Files in if1024/laravel-wechat-notification
Download if1024/laravel-wechat-notification
More information about if1024/laravel-wechat-notification
Files in if1024/laravel-wechat-notification
Vendor if1024
Package laravel-wechat-notification
Short Description Wechat template message for Laravel Notification
License MIT
Package laravel-wechat-notification
Short Description Wechat template message for Laravel Notification
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-wechat-notification
laravel-wechat-notification
Laravel框架下基于 laravel-wechat 使用微信公众号模板消息作为notification通道的composer包。
安装
使用
例子
支持的 WechatMessage 方法
to(string $openid)
: 设置模板消息接收人的 openiddata(array $data)
: 设置模板消息数据template(string $templateID)
: 设置模板消息的模板 IDminiprogram(string $appid, string $pagepath)
: 设置点击模板消息后跳转的小程序,选填url(string $url)
: 设置点击模板消息后跳转 url,选填
在模型里使用Notifiable
triat
来快捷发送消息:
然后这样发送模板消息。可参考官方文档:消息通知->发送通知
批量发送消息
说明
- 如果
miniprogram
与url
同时存在,则优先使用小程序跳转,详情请参考官方文档 data()
方法接收一个数组,其key
为模板消息中的关键字,value
可以为字符串或数组。如果为字符串,则默认颜色为#173177
;如果为数组,则第一个参数为显示的数据,第二个参数为字体颜色 可参考颜色设置
感谢
感谢 github 上的各位大哥给的参考!感谢超哥的easywechat
License
MIT
All versions of laravel-wechat-notification with dependencies
PHP Build Version
Package Version
The package if1024/laravel-wechat-notification contains the following files
Loading the files please wait ....