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

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

stayallive/laravel-azure-blob-queue
===================================

Extending the Laravel queue to support the Microsoft Azure Blob Queue.

v1.0.0(11y ago)113MITPHPPHP &gt;=5.4.0

Since Aug 25Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (2)Used By (0)

Windows Azure Blob Queue driver for Laravel
===========================================

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

#### Installation

[](#installation)

Require this package in your `composer.json`:

```
"stayallive/laravel-azure-blob-queue": "1.*"

```

Add the following pear repository in your `composer.json` required by the Azure SDK:

```
"repositories": [
    {
        "type": "pear",
        "url": "http://pear.php.net"
    }
],

```

Run composer update!

After composer update is finished you need to add ServiceProvider to your `providers` array in `app/config/app.php`:

```
'Stayallive\LaravelAzureBlobQueue\Support\Serviceprovider',

```

add the following to the `connection` array in `app/config/queue.php`, set your `default` connection to `azure` and fill out your own connection data from the Azure Management portal:

```
'azure' => array(
    'driver'      => 'azure.blob',
    'protocol'    => 'https',
    'accountname' => '',
    'key'         => '',
    'queue'       => ''
)

```

#### Usage

[](#usage)

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

This queue driver will not accept a closure, you should use classes to handle the queue messages!

#### Contribution

[](#contribution)

You can contribute to this package by opening issues/pr's. Enjoy!

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4278d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1090754?v=4)[Alex Bouma](/maintainers/stayallive)[@stayallive](https://github.com/stayallive)

---

Top Contributors

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

---

Tags

laravelqueueazureblob

### Embed Badge

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

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

###  Alternatives

[squigg/azure-queue-laravel

Laravel Queue Driver for Microsoft Azure Storage Queue

43253.3k1](/packages/squigg-azure-queue-laravel)[harris21/laravel-fuse

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

3786.5k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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