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 today

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 22% 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.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M170](/packages/react-async)

PHPackages © 2026

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