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)6268[1 PRs](https://github.com/stayallive/laravel-azure-servicebus-queue/pulls)MITPHPPHP &gt;=5.6.4

Since Aug 25Pushed 8y ago1 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 today

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 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

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

3648d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[illuminate/database

The Illuminate Database package.

2.8k55.8M13.1k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M315](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M227](/packages/laravel-mcp)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.9M110](/packages/mongodb-laravel-mongodb)

PHPackages © 2026

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