2017 © Pedro Peláez
 

library iron-queue

IronMQ support for the Laravel queue.

image

hydreflab/iron-queue

IronMQ support for the Laravel queue.

  • Thursday, February 8, 2018
  • by golonix
  • Repository
  • 2 Watchers
  • 6 Stars
  • 13,168 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 24 Forks
  • 0 Open issues
  • 18 Versions
  • 19 % Grown

The README.md

IronMQ Laravel Queue Driver

This package provides a IronMQ (~2.0 SDK) driver for the Laravel queue system and matches the driver that was found in Laravel 5.1., (*1)

Installation

  • Add Collective\IronQueue\IronQueueServiceProvider to your app.php configuration file.
  • Configure your iron queue driver in your config/queue.php the same as it would have been configured for Laravel 5.1.

Sample Configuration:, (*2)

'iron' => [
    'driver'  => 'iron',
    'host'    => 'mq-aws-us-east-1.iron.io',
    'token'   => 'your-token',
    'project' => 'your-project-id',
    'queue'   => 'your-queue-name',
    'encrypt' => true,
],

The Versions

08/02 2018
11/10 2017
30/05 2017
29/12 2016
29/12 2016
24/08 2016