PHPackages                             hayrican/laravel-azure-service-bus - 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. hayrican/laravel-azure-service-bus

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

hayrican/laravel-azure-service-bus
==================================

Laravel Queue driver for Azure Service Bus

1.1.0(1y ago)21.0k2MITPHPPHP ^7.3|^8.0

Since Dec 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/HayriCan/laravel-azure-service-bus)[ Packagist](https://packagist.org/packages/hayrican/laravel-azure-service-bus)[ RSS](/packages/hayrican-laravel-azure-service-bus/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel Azure Service Bus Queue Driver
======================================

[](#laravel-azure-service-bus-queue-driver)

Installation
------------

[](#installation)

### 1. Install the package via Composer:

[](#1-install-the-package-via-composer)

```
composer require hayrican/laravel-azure-service-bus
```

### 3. Configure `.env` file:

[](#3-configure-env-file)

In your `.env` file, set the Azure Service Bus connection details:

```
AZURE_SERVICE_BUS_NAMESPACE=
AZURE_SERVICE_BUS_QUEUE=
AZURE_SERVICE_KEY_NAME=
AZURE_SERVICE_KEY_VALUE=
```

### **4. Define Azure Service Bus Configuration**

[](#4-define-azure-service-bus-configuration)

Update your `config/queue.php` file to include the following configuration for the Azure Service Bus driver:

```
'connections' => [
    // Other connections...

    'azure-service-bus' => [
        'driver' => 'azure-service-bus',
        'namespace' => env('AZURE_SERVICE_BUS_NAMESPACE'),
        'queue' => env('AZURE_SERVICE_BUS_QUEUE'),
        'key_name' => env('AZURE_SERVICE_KEY_NAME'),
        'key' => env('AZURE_SERVICE_KEY_VALUE'),
    ]
],
```

---

License
-------

[](#license)

This project is licensed under the MIT License - see the [License File](LICENSE) for details

---

Author
------

[](#author)

[Hayri Can BARÇIN](https://www.linkedin.com/in/hayricanbarcin/)
Email: [Contact Me](mailto:hayricanbarcin@gmail.com)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance48

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Total

3

Last Release

380d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/366774383f37676b6212de464ee0d1d4781a6395662c6555e9b8c26aef664db6?d=identicon)[hayrican](/maintainers/hayrican)

### Embed Badge

![Health badge](/badges/hayrican-laravel-azure-service-bus/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

The Illuminate Broadcasting package.

7127.2M209](/packages/illuminate-broadcasting)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M307](/packages/laravel-horizon)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.7k](/packages/illuminate-database)

PHPackages © 2026

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