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

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

pogo/laravel-queue
==================

Pogo Queue Driver for Laravel

v0.0.7(4mo ago)00[1 PRs](https://github.com/y-l-g/laravel-queue/pulls)MITPHPPHP ^8.4

Since Jan 8Pushed 2mo agoCompare

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

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

Pogo Queue Driver for Laravel
=============================

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

A [FrankenPHP](https://frankenphp.dev) queue driver for Laravel. It utilizes the `pogo_queue` C-extension to handle jobs in-memory with high performance.

Requirements
------------

[](#requirements)

- PHP 8.4+
- Laravel 12+
- FrankenPHP with `pogo_queue` module enabled.

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

[](#installation)

```
composer require pogo/laravel-queue
```

Configuration
-------------

[](#configuration)

1. Add the connection to `config/queue.php`:

```
'pogo' => [
    'driver' => 'pogo',
    'queue' => env('POGO_QUEUE', 'default'),
],
```

2. Update your `.env` file:

```
QUEUE_CONNECTION=pogo
```

Usage
-----

[](#usage)

Run your application using FrankenPHP. The queue works in-memory.

```
php artisan octane:start --server=frankenphp
```

> **Warning**This is an in-memory queue. If the server restarts, all pending jobs are lost. Do not use for critical persistent data.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance81

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

3

Last Release

130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ab0473dfbbc8924cd343d5fd817e4f8372059e977514e4493555f0694479619?d=identicon)[y-l](/maintainers/y-l)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![y-l-g](https://avatars.githubusercontent.com/u/116063953?v=4)](https://github.com/y-l-g "y-l-g (1 commits)")

### Embed Badge

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

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

###  Alternatives

[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)[eyewitness/eye

Eyewitness.io client for Laravel 5 applications

116151.8k](/packages/eyewitness-eye)[therezor/laravel-transactional-jobs

Submit laravel jobs inside transaction. Cancel job after rollback. Proceed after successful commit.

44449.4k](/packages/therezor-laravel-transactional-jobs)[convenia/pigeon

3233.0k](/packages/convenia-pigeon)[baklysystems/laravel-chat-messenger

Laravel chat package

121.8k](/packages/baklysystems-laravel-chat-messenger)

PHPackages © 2026

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