PHPackages                             rahmanramsi/defer-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/defer-queue

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

rahmanramsi/defer-queue
=======================

Defer queue driver for laravel

1.1.0(11mo ago)2243MITPHP

Since Oct 29Pushed 11mo ago1 watchersCompare

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

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

Defer Queue driver for Laravel
==============================

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

Defer Queue driver for Laravel provides a deferred queue processing by deferring queue process after the response is sent to the browser.

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

[](#installation)

You can install this package via composer using this command:

```
composer require rahmanramsi/defer-queue

```

The package will automatically register itself.

### Configuration

[](#configuration)

Add connection to `config/queue.php`:

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

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

Usage
-----

[](#usage)

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

```
QUEUE_CONNECTION=defer
```

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\] How to handling Fatal error on deferred job)

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance51

Moderate activity, may be stable

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

Every ~225 days

Total

2

Last Release

340d 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-defer-queue/health.svg)

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

###  Alternatives

[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)[palpalani/laravel-sqs-queue-json-reader

Custom SQS queue reader for Laravel

26109.8k](/packages/palpalani-laravel-sqs-queue-json-reader)

PHPackages © 2026

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