2017 © Pedro Peláez
 

library laravel-azure-servicebus-queue

Extending the Laravel queue to support the Microsoft Azure Service Bus Queue.

image

stayallive/laravel-azure-servicebus-queue

Extending the Laravel queue to support the Microsoft Azure Service Bus Queue.

  • Saturday, August 20, 2016
  • by stayallive
  • Repository
  • 2 Watchers
  • 5 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

Windows Azure Servicebus Queue driver for Laravel

Installation

Require this package in your composer.json:, (*1)

"stayallive/laravel-azure-servicebus-queue": "2.*"

Run composer update!, (*2)

After composer update is finished you need to add ServiceProvider to your providers array in app/config/app.php:, (*3)

'Stayallive\LaravelAzureServicebusQueue\Support\Serviceprovider',

add the following to the connection array in app/config/queue.php, set your default connection to azure and fill out your own connection data from the Azure Management portal:, (*4)

'azure' => array(
    'driver'       => 'azure.servicebus',
    'endpoint'     => 'https://*.servicebus.windows.net',
    'secret'       => '',
    'secretissuer' => 'owner',
    'queue'        => ''
)

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., (*5)

Contribution

You can contribute to this package by opening issues/pr's. Enjoy!, (*6)

The Versions

20/08 2016

dev-master

9999999-dev

Extending the Laravel queue to support the Microsoft Azure Service Bus Queue.

  Sources   Download

MIT

The Requires

 

laravel queue azure servicebus

20/08 2016

dev-develop

dev-develop

Extending the Laravel queue to support the Microsoft Azure Service Bus Queue.

  Sources   Download

MIT

The Requires

 

laravel queue azure servicebus

20/08 2016

v2.0.0

2.0.0.0

Extending the Laravel queue to support the Microsoft Azure Service Bus Queue.

  Sources   Download

MIT

The Requires

 

laravel queue azure servicebus

25/08 2014

v1.0.1

1.0.1.0

Extending the Laravel queue to support the Microsoft Azure Service Bus Queue.

  Sources   Download

MIT

The Requires

 

laravel queue azure servicebus

25/08 2014

v1.0.0

1.0.0.0

Extending the Laravel queue to support the Microsoft Azure Service Bus Queue.

  Sources   Download

MIT

The Requires

 

laravel queue azure servicebus