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 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 3w 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 57% 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

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

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.5k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M189](/packages/laravel-ai)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.5k91.9M588](/packages/laravel-passport)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M146](/packages/laravel-mcp)

PHPackages © 2026

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