Download the PHP package hardy-wang/laravel-mns without Composer
On this page you can find all versions of the php package hardy-wang/laravel-mns. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hardy-wang/laravel-mns
More information about hardy-wang/laravel-mns
Files in hardy-wang/laravel-mns
Download hardy-wang/laravel-mns
More information about hardy-wang/laravel-mns
Files in hardy-wang/laravel-mns
Vendor hardy-wang
Package laravel-mns
Short Description Laravel queue driver bases on Aliyun Message Service(MNS).
License MIT
Package laravel-mns
Short Description Laravel queue driver bases on Aliyun Message Service(MNS).
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-mns
Laravel-MNS
阿里云消息服务(MNS)的 Laravel 适配,本质上是为 Laravel 的队列增加 MNS 驱动。包含了阿里云 MNS SDK,为了 Laravel 能透明的使用 MNS 而对其作必要的引用。
没测试这个包是否能在小于 5.1 下工作。已测试支持 >= 5.0。自 chefxu/aliyun_mns 之上修改而来,鉴于缩进、换行和文件命名等代码风格有所差异,无法发 pr。
阿里云 MNS SDK 不支持 Composer,直接将其包含在版本库中,并注册到
AliyunMNS
命名空间下。
安装使用
通过 Composer 安装:
之后在 config/queue.php 中增加 mns
配置:
并且在你常用的 ServiceProvider 中注册队列驱动:
正常使用 Laravel Queue 即可:
https://laravel.com/docs/5.2/queues
许可
MIT
All versions of laravel-mns with dependencies
PHP Build Version
Package Version
The package hardy-wang/laravel-mns contains the following files
Loading the files please wait ....