Download the PHP package maqe/laravel-sqs-fifo without Composer
On this page you can find all versions of the php package maqe/laravel-sqs-fifo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-sqs-fifo
Laravel SQS FIFO Queue
Adds support for SQS FIFO Queue to Laravel.
Setup
Add package dependency to your project:
Before Laravel 5.5, add package's service provider to your project's config/app.php
:
This package is auto discoverable by Laravel 5.5.
Configure
You can then create an SQS FIFO queue connection by adding it to your config/queue.php
file:
Then you may use this FIFO queue as the default by setting in config/queue.php
:
Or call/listen to the FIFO queue specifically:
All versions of laravel-sqs-fifo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
illuminate/queue Version ~5.1
illuminate/support Version ~5.1
aws/aws-sdk-php Version ~3.0
illuminate/queue Version ~5.1
illuminate/support Version ~5.1
aws/aws-sdk-php Version ~3.0
The package maqe/laravel-sqs-fifo contains the following files
Loading the files please wait ....