2017 © Pedro Peláez
 

library framework-iron-mq

IronMQ module for Infuse Framework

image

idealistsoft/framework-iron-mq

IronMQ module for Infuse Framework

  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

iron-mq

Build Status Coverage Status Latest Stable Version Total Downloads HHVM Status, (*1)

IronMQ module for Infuse Framework, (*2)

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, (*3)

The Versions

03/02 2015

dev-master

9999999-dev

IronMQ module for Infuse Framework

  Sources   Download

MIT

The Requires

 

framework queue message background iron.io ironmq infuse

11/09 2014

1.0.0

1.0.0.0

IronMQ module for Idealist Framework

  Sources   Download

MIT

The Requires

 

framework queue message background iron.io ironmq idealist