Download the PHP package terranc/laravel-mns without Composer
On this page you can find all versions of the php package terranc/laravel-mns. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-mns
Laravel-MNS
Laravel 队列的阿里云消息服务(MNS)驱动。
安装
配置
1.在 config/app.php 注册 ServiceProvider(Laravel 5.5 无需手动注册)
2.在 config/queue.php
中增加 mns
配置:
3.在 .env
增加
使用
正常使用 Laravel Queue 即可:
命令
列出所有队列
增加队列
删除队列
显示队列内容
删除队列所有内容
测试
参考
许可
MIT
All versions of laravel-mns with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^7.0.1
The package terranc/laravel-mns contains the following files
Loading the files please wait ....