2017 © Pedro Peláez
 

library laravel-rabbit

RabbitMQ driver for Laravel Queue

image

aaronjan/laravel-rabbit

RabbitMQ driver for Laravel Queue

  • Thursday, July 13, 2017
  • by AaronJan
  • Repository
  • 1 Watchers
  • 1 Stars
  • 281 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 134 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Laravel-Rabbit

RabbitMQ Queue driver for Laravel., (*1)

Installation

  1. Install this package via composer using:, (*2)

    composer require aaronjan/laravel-rabbit, (*3)

  2. Add LaravelQueueRabbitMQServiceProvider to providers array in config/app.php:, (*4)

    LaravelRabbit\LaravelQueueRabbitMQServiceProvider::class,, (*5)

  3. Add these properties to .env with proper values:, (*6)

    QUEUE_DRIVER=rabbitmq
    
    RABBITMQ_HOST=127.0.0.1
    RABBITMQ_PORT=5672
    RABBITMQ_VHOST=/
    RABBITMQ_LOGIN=guest
    RABBITMQ_PASSWORD=guest
    RABBITMQ_QUEUE=queue_name

You can also find full examples in src/examples folder., (*7)

Usage

Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation: http://laravel.com/docs/queues, (*8)

Test

Unit tests will be provided soon., (*9)

Contribution

You can contribute to this package by discovering bugs and opening issues., (*10)

Supported versions of Laravel (+Lumen)

5.4, (*11)

The version is being matched by the release tag of this library., (*12)

Credits

Forked from vladimir-yuldashev/laravel-queue-rabbitmq, (*13)

The Versions

13/07 2017

dev-master

9999999-dev

RabbitMQ driver for Laravel Queue

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Yuldashev

13/07 2017

v0.6.3

0.6.3.0

RabbitMQ driver for Laravel Queue

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Yuldashev

12/07 2017

v0.6.2

0.6.2.0

RabbitMQ driver for Laravel Queue

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Yuldashev

12/07 2017

v0.6.1

0.6.1.0

RabbitMQ driver for Laravel Queue

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Yuldashev

12/07 2017

v0.6.0

0.6.0.0

RabbitMQ driver for Laravel Queue

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Yuldashev

11/07 2017

v0.5.0

0.5.0.0

RabbitMQ driver for Laravel Queue

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Yuldashev