PHPackages                             stayallive/laravel-azure-servicebus-queue - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. stayallive/laravel-azure-servicebus-queue

AbandonedArchivedLibrary[Queues &amp; Workers](/categories/queues)

stayallive/laravel-azure-servicebus-queue
=========================================

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

v2.0.0(9y ago)6269[1 PRs](https://github.com/stayallive/laravel-azure-servicebus-queue/pulls)MITPHPPHP &gt;=5.6.4

Since Aug 25Pushed 8y ago2 watchersCompare

[ Source](https://github.com/stayallive/laravel-azure-servicebus-queue)[ Packagist](https://packagist.org/packages/stayallive/laravel-azure-servicebus-queue)[ RSS](/packages/stayallive-laravel-azure-servicebus-queue/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

Windows Azure Servicebus Queue driver for Laravel
=================================================

[](#windows-azure-servicebus-queue-driver-for-laravel)

#### Installation

[](#installation)

Require this package in your `composer.json`:

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

```

Run composer update!

After composer update is finished you need to add ServiceProvider to your `providers` array in `app/config/app.php`:

```
'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:

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

```

#### Usage

[](#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).

#### Contribution

[](#contribution)

You can contribute to this package by opening issues/pr's. Enjoy!

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~363 days

Total

3

Last Release

3552d ago

Major Versions

v1.0.1 → v2.0.02016-08-20

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.0

v2.0.0PHP &gt;=5.6.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1090754?v=4)[Alex Bouma](/maintainers/stayallive)[@stayallive](https://github.com/stayallive)

---

Top Contributors

[![stayallive](https://avatars.githubusercontent.com/u/1090754?v=4)](https://github.com/stayallive "stayallive (8 commits)")

---

Tags

laravelqueueazureservicebus

### Embed Badge

![Health badge](/badges/stayallive-laravel-azure-servicebus-queue/health.svg)

```
[![Health](https://phpackages.com/badges/stayallive-laravel-azure-servicebus-queue/health.svg)](https://phpackages.com/packages/stayallive-laravel-azure-servicebus-queue)
```

###  Alternatives

[nuwber/rabbitevents

The Nuwber RabbitEvents package

120515.8k3](/packages/nuwber-rabbitevents)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[squigg/azure-queue-laravel

Laravel Queue Driver for Microsoft Azure Storage Queue

43253.3k1](/packages/squigg-azure-queue-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
