PHPackages                             rahmanramsi/laravel-async-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. rahmanramsi/laravel-async-queue

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

rahmanramsi/laravel-async-queue
===============================

Async queue driver for laravel

1.0.0(1y ago)0661↑100%MITPHP

Since May 31Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Async Queue driver for Laravel
==============================

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

Async Queue driver for Laravel provides an asyncronous queue processing without using any third-party queue services like Redis, RabbitMQ, etc.

Under the hood, it uses [AMPHP](https://amphp.org/) to handle asyncronous queue processing. All jobs are processed after the response is sent to the browser.

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

[](#installation)

You can install this package via composer using this command:

```
composer require rahmanramsi/laravel-async-queue

```

The package will automatically register itself.

### Configuration

[](#configuration)

Add connection to `config/queue.php`:

> This is the config for the async connection/driver to work.

```
'connections' => [
    // ...
    'async' => [
        'driver' => 'async',
    ],

    // ...
],
```

Usage
-----

[](#usage)

Change the default queue driver to `async` in your `.env` file:

```
QUEUE_CONNECTION=async
```

If you do not know how to use the Queue API, please refer to the official Laravel documentation:

Contribution
------------

[](#contribution)

You can contribute to this package by discovering bugs and opening issues. Please, add to which version of package you create pull request or issue. (e.g. \[5.2\] Fatal error on delayed job)

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

712d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3e789cc6cda4e2a255811af4d8284ab659c40e07262f6edb70d2116cd600939?d=identicon)[rhmrms](/maintainers/rhmrms)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rahmanramsi-laravel-async-queue/health.svg)

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

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[lorisleiva/laravel-actions

Laravel components that take care of one specific task

2.8k7.5M115](/packages/lorisleiva-laravel-actions)[illuminate/queue

The Illuminate Queue package.

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

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[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)
