PHPackages                             heedworks/laravel-queue-azure - 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. heedworks/laravel-queue-azure

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

heedworks/laravel-queue-azure
=============================

Azure Queue driver for Laravel Queue

4522[1 issues](https://github.com/nealerickson/laravel-queue-azure/issues)PHP

Since Feb 17Pushed 12y ago1 watchersCompare

[ Source](https://github.com/nealerickson/laravel-queue-azure)[ Packagist](https://packagist.org/packages/heedworks/laravel-queue-azure)[ RSS](/packages/heedworks-laravel-queue-azure/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Azure Queue driver for Laravel
==============================

[](#azure-queue-driver-for-laravel)

\#Installation

Add the following to your `composer.json` file to include this package as a dependency

```
{
    "require": {
        "heedworks/laravel-queue-azure": "dev-master"
    },
    "repositories": [
        {
            "type": "pear",
            "url": "http://pear.php.net"
        }
    ],
    "minimum-stability": "dev"
}
```

Register the Azure Queue service provider by adding it to the providers array in the `app/config/app.php` file.

```
Heedworks\LaravelQueueAzure\LaravelQueueAzureServiceProvider

```

\#Configuration

Configure your connection in `app/config/queue.php`:

```
'azure' => array(
    'driver' => 'azure',
    'queue' => 'your-queue-name',
    'protocol' => 'your-protocol-choice', // http or https
    'account' => 'your-account-name',
    'key' => 'your-key'
)
```

\#Usage For information on Laravel Queues please refer to the official documentation:

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/99c1cb272bb526146632c7e418c48dda5e4ea20a5cb7e23a4ee8e3a4124bc35e?d=identicon)[nealerickson](/maintainers/nealerickson)

---

Top Contributors

[![nealerickson](https://avatars.githubusercontent.com/u/49848?v=4)](https://github.com/nealerickson "nealerickson (6 commits)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M508](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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