Download the PHP package hydreflab/iron-queue without Composer
On this page you can find all versions of the php package hydreflab/iron-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hydreflab/iron-queue
More information about hydreflab/iron-queue
Files in hydreflab/iron-queue
Download hydreflab/iron-queue
More information about hydreflab/iron-queue
Files in hydreflab/iron-queue
Vendor hydreflab
Package iron-queue
Short Description IronMQ support for the Laravel queue.
License MIT
Package iron-queue
Short Description IronMQ support for the Laravel queue.
License MIT
Please rate this library. Is it a good library?
Informations about the package iron-queue
IronMQ Laravel Queue Driver
This package provides a IronMQ (~4.0 SDK) driver for the Laravel queue system.
History
This repository is a fork of LaravelCollective IronMQ driver repo.
I've decided to fork and maintain IronMQ driver repository due to lack of support from original authors/maintainers.
Installation
composer require hydreflab/iron-queue
(currently for Laravel 5.6)- since Laravel 5.5, no service provider registration is needed
-
prior to Laravel 5.5, register service provider in your
config/app.php
- configure your
iron
queue driver in yourconfig/queue.php
. - set
iron
as your queue driver in your.env
.
To install driver for Laravel 5.x, run composer require hydreflab/iron-queue:5.x.*
and replace x
with the desired version.
Sample Configuration:
All versions of iron-queue with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
illuminate/container Version 5.6.*
illuminate/contracts Version 5.6.*
illuminate/encryption Version 5.6.*
illuminate/http Version 5.6.*
illuminate/queue Version 5.6.*
illuminate/support Version 5.6.*
iron-io/iron_mq Version ~4.0
jeremeamia/superclosure Version ~2.0
illuminate/container Version 5.6.*
illuminate/contracts Version 5.6.*
illuminate/encryption Version 5.6.*
illuminate/http Version 5.6.*
illuminate/queue Version 5.6.*
illuminate/support Version 5.6.*
iron-io/iron_mq Version ~4.0
jeremeamia/superclosure Version ~2.0
The package hydreflab/iron-queue contains the following files
Loading the files please wait ....