PHPackages                             insites-consulting/azure-service-bus-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. insites-consulting/azure-service-bus-queue

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

insites-consulting/azure-service-bus-queue
==========================================

v0.1.1(5y ago)011[1 issues](https://github.com/insites-consulting/azure-servicebus-queue/issues)proprietaryPHPPHP ^7.1

Since Dec 15Pushed 5y agoCompare

[ Source](https://github.com/insites-consulting/azure-servicebus-queue)[ Packagist](https://packagist.org/packages/insites-consulting/azure-service-bus-queue)[ Docs](https://github.com/insites-consulting/azure-service-bus-queue)[ RSS](/packages/insites-consulting-azure-service-bus-queue/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Windows Azure Servicebus Queue driver for Laravel, with MassTransit compatible payloads
=======================================================================================

[](#windows-azure-servicebus-queue-driver-for-laravel-with-masstransit-compatible-payloads)

### Overview

[](#overview)

The library provides support for Service Bus queues. The package should be auto discovered on Laravel &gt; 5.6

#### Installation

[](#installation)

Require this package with composer:

```
composer require insites-consulting/azure-service-bus-queue

```

Run composer update!

After composer update has, finished you need to add the following to the `connection` array in `app/config/queue.php`, and fill out your own connection data from the Azure Management portal:

```
'azureservicebus' => [
    'driver'       => 'azureservicebus',
    'endpoint'     => 'https://*.servicebus.windows.net',
    'shared_access_key_name' => '',
    'shared_access_key' => 'primary key',
    'queue'        => '',
]

```

#### Usage

[](#usage)

Once you completed the configuration you can use Laravel Queue API. If you do not know how to use Queue API, please refer to the official Laravel [documentation](http://laravel.com/docs/queues).

From laravel Queue documentation, something like this should work:

```
        $payload = new \stdClass();
        $payload->id = 1;
        $payload->name = 'hello world';
        ProcessPodcast::dispatch($payload)->onConnection('azureservicebus')->onQueue('queue-name');
```

artisan worker should be started as per Laravel's official documentation:

```
php artisan queue:listen azureservicebus --queue=queue-name
```

#### Attribution

[](#attribution)

Inspired by  &amp;

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

2025d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac61119dfcf4d461b8e90439741b43e3654da0975f1d86af4e023ccedd9f7a80?d=identicon)[insites-consulting](/maintainers/insites-consulting)

---

Top Contributors

[![mrdth](https://avatars.githubusercontent.com/u/781215?v=4)](https://github.com/mrdth "mrdth (7 commits)")

---

Tags

insites-consultingazure-service-bus-queue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/insites-consulting-azure-service-bus-queue/health.svg)

```
[![Health](https://phpackages.com/badges/insites-consulting-azure-service-bus-queue/health.svg)](https://phpackages.com/packages/insites-consulting-azure-service-bus-queue)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M303](/packages/laravel-horizon)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[harris21/laravel-fuse

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

44855.7k](/packages/harris21-laravel-fuse)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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