2017 © Pedro Peláez
 

library laravel-sqspushqueue

An AWS SQS push queue driver for Laravel 4.

image

mmanos/laravel-sqspushqueue

An AWS SQS push queue driver for Laravel 4.

  • Tuesday, June 21, 2016
  • by mmanos
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,329 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AWS SQS push queue driver for Laravel 4

This package provides a laravel queue driver with support for AWS SQS push queues. This technique is used by the AWS Elastic Beanstalk worker tier environments., (*1)

Installation Via Composer

Add this to you composer.json file, in the require object:, (*2)

"mmanos/laravel-sqspushqueue": "dev-master"

After that, run composer install to install the package., (*3)

Add the service provider to app/config/app.php, within the providers array., (*4)

'providers' => array(
    // ...
    'Mmanos\SqsPushQueue\SqsPushQueueServiceProvider',
)

Configuration

Update the existing queue.php config file and change the sqs driver to be sqspush. This driver will use the existing sqs config properites (key, secret, etc...). The main queue driver should still be sqs., (*5)

The Versions

21/06 2016

dev-master

9999999-dev

An AWS SQS push queue driver for Laravel 4.

  Sources   Download

MIT

The Requires

 

by Mark Manos

laravel aws queue beanstalk worker sqs push elastic elasticbeanstalk

24/12 2014

v1.0.0

1.0.0.0

An AWS SQS push queue driver for Laravel 4.

  Sources   Download

MIT

The Requires

 

by Mark Manos

laravel aws queue beanstalk worker sqs push elastic elasticbeanstalk