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

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

jesperfiltenborg/laravel-azure-queue-driver
===========================================

This is my package laravel-azure-queue-driver

00[4 PRs](https://github.com/JesperFiltenborg/laravel-azure-queue-driver/pulls)PHPCI passing

Since Oct 13Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/JesperFiltenborg/laravel-azure-queue-driver)[ Packagist](https://packagist.org/packages/jesperfiltenborg/laravel-azure-queue-driver)[ RSS](/packages/jesperfiltenborg-laravel-azure-queue-driver/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

CURRENTLY IN DEVELOPMENT
========================

[](#currently-in-development)

This is my package laravel-azure-queue-driver
=============================================

[](#this-is-my-package-laravel-azure-queue-driver)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bb12aa85211afaf710f3a08acf855046e3db9ceee7e537793214c232776e3945/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a657370657266696c74656e626f72672f6c61726176656c2d617a7572652d71756575652d6472697665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jesperfiltenborg/laravel-azure-queue-driver)[![GitHub Tests Action Status](https://camo.githubusercontent.com/56ee9ddaa62273f7db26fdd9259672ff777b645e5ea499e84f8161f07d30f233/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a657370657266696c74656e626f72672f6c61726176656c2d617a7572652d71756575652d6472697665722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/jesperfiltenborg/laravel-azure-queue-driver/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ef09149a170dd761ff28a3e2db9a1ac42e52e1c5d5d598b3a5dc887152950de9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a657370657266696c74656e626f72672f6c61726176656c2d617a7572652d71756575652d6472697665722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jesperfiltenborg/laravel-azure-queue-driver/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5b39ebd6e1574a5313d2d192d4f079364ecf3ab1e5c7ad7974de3e4b2984aa80/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a657370657266696c74656e626f72672f6c61726176656c2d617a7572652d71756575652d6472697665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jesperfiltenborg/laravel-azure-queue-driver)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/1ccb8b3d24fef8c23d8bb8f2457e6415e33be2f5e790caa53de8157fb569b571/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d617a7572652d71756575652d6472697665722e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-azure-queue-driver)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require jesperfiltenborg/laravel-azure-queue-driver
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-azure-queue-driver-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-azure-queue-driver-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-azure-queue-driver-views"
```

Usage
-----

[](#usage)

```
$laravelAzureQueueDriver = new JesperFiltenborg\LaravelAzureQueueDriver();
echo $laravelAzureQueueDriver->echoPhrase('Hello, JesperFiltenborg!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [JesperFiltenborg](https://github.com/JesperFiltenborg)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Config
------

[](#config)

In the config queue.php file, you can set the connection to azure like this:

```
'connections' => [
    *...
    'azure' => [
        'driver' => 'azure',
        'key' => env('AZURE_ACCESS_KEY'),
        'secret' => env('AZURE_SECRET_ACCESS_KEY'),
        'prefix' => env('AZURE_URL', 'https://your-account.servicebus.windows.net/'),
        'queue' => env('AZURE_QUEUE', 'default'),
        'region' => env('AZURE_DEFAULT_REGION', 'eu-west-1'),
        'version' => env('AZURE_VERSION', 'latest'),
        'http' => [
            'timeout' => env('AZURE_HTTP_TIMEOUT', 60),
            'connect_timeout' => env('AZURE_HTTP_CONNECT_TIMEOUT', 60),
        ],
        'after_commit' => false,
    ],
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance60

Regular maintenance activity

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/3cff86cfa5f180cab39b25c2d62bc13fd9b43e10e1a7bb9f0321047d2745ff34?d=identicon)[Jesper Filtenborg](/maintainers/Jesper%20Filtenborg)

---

Top Contributors

[![JesperFiltenborg](https://avatars.githubusercontent.com/u/69187219?v=4)](https://github.com/JesperFiltenborg "JesperFiltenborg (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

### Embed Badge

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

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

###  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.8M171](/packages/react-async)

PHPackages © 2026

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