infuse/iron-mq 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

infuse/iron-mq

最新稳定版本:1.2

Composer 安装命令:

composer require infuse/iron-mq

包简介

IronMQ module for Infuse Framework

README 文档

README

Build Status Coverage Status Latest Stable Version Total Downloads HHVM Status

IronMQ module for Infuse Framework

Installation

  1. Install the package with composer:
composer require infuse/iron-mq
  1. Add the service to services in your app's configuration:
'services' => [
	// ...
	'ironmq' => 'Infuse\IronMQ\Services\IronMQ'
	// ....
]
  1. Add the console command to run jobs to modules.commands in your app's configuration:
'modules' => [
	// ...
	'commands' => [
		// ...
		'Infuse\IronMQ\Console\SetupCommand',
		'Infuse\IronMQ\Console\ProcessCommand'
	]
]
  1. (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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-03