PHPackages                             autofactor/laravel-azure-servicebus-raw-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. autofactor/laravel-azure-servicebus-raw-queue

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

autofactor/laravel-azure-servicebus-raw-queue
=============================================

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

1.0.3(6y ago)0321MITPHPPHP &gt;=5.4.0

Since Feb 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Autofactor/laravel-azure-servicebus-raw-queue)[ Packagist](https://packagist.org/packages/autofactor/laravel-azure-servicebus-raw-queue)[ RSS](/packages/autofactor-laravel-azure-servicebus-raw-queue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)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 and run composer update:

```
"autofactor/laravel-azure-servicebus-raw-queue": "1.*"

```

or run:

```
composer require "autofactor/laravel-azure-servicebus-raw-queue"

```

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

```
'autofactor\LaravelAzureServicebusRawQueue\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.raw',
    'endpoint'     => 'https://*.servicebus.windows.net',
    'secret'       => '',
    'secretissuer' => 'owner',
    'queue'        => '',
    'job_handler'  => ''
)

```

#### 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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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 ~20 days

Total

4

Last Release

2212d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44426587?v=4)[autofactordeveloper](/maintainers/autofactordeveloper)[@autofactordeveloper](https://github.com/autofactordeveloper)

---

Top Contributors

[![HansKraaijeveld](https://avatars.githubusercontent.com/u/34243935?v=4)](https://github.com/HansKraaijeveld "HansKraaijeveld (1 commits)")

---

Tags

laravelqueueazureservicebus

### Embed Badge

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

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

###  Alternatives

[squigg/azure-queue-laravel

Laravel Queue Driver for Microsoft Azure Storage Queue

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

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

3786.5k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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