infuse/iron-mq
最新稳定版本:1.2
Composer 安装命令:
composer require infuse/iron-mq
包简介
IronMQ module for Infuse Framework
README 文档
README
IronMQ module for Infuse Framework
Installation
- Install the package with composer:
composer require infuse/iron-mq
- Add the service to
servicesin your app's configuration:
'services' => [ // ... 'ironmq' => 'Infuse\IronMQ\Services\IronMQ' // .... ]
- Add the console command to run jobs to
modules.commandsin your app's configuration:
'modules' => [ // ... 'commands' => [ // ... 'Infuse\IronMQ\Console\SetupCommand', 'Infuse\IronMQ\Console\ProcessCommand' ] ]
- (optional) Add an endpoint to your routing table to receive push queue messages:
'routes' => [ // ... 'POST /iron/message' => [ 'Infuse\IronMQ\Controller', 'message' ] // ... ]
Usage
If you are using iron.io push queues they can be installed with ./infuse iron-setup
统计信息
- 总下载量: 1.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-03