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(10mo ago)29482MITPHPPHP ^7.3|^8.0

Since Dec 18Pushed 10mo 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 1mo ago

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

34

—

LowBetter than 77% of packages

Maintenance53

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity45

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

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

[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[laravel/pennant

A simple, lightweight library for managing feature flags.

57311.1M53](/packages/laravel-pennant)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[bref/laravel-bridge

An advanced Laravel integration for Bref, including Octane support.

3384.1M11](/packages/bref-laravel-bridge)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.5M178](/packages/illuminate-broadcasting)[illuminate/notifications

The Illuminate Notifications package.

483.0M967](/packages/illuminate-notifications)

PHPackages © 2026

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