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(2y ago)0814↑26.7%MITPHP

Since May 31Pushed 2y 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 today

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

23

—

LowBetter than 26% of packages

Maintenance20

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

763d 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

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[illuminate/bus

The Illuminate Bus package.

6046.3M542](/packages/illuminate-bus)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)

PHPackages © 2026

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