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

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

pogo/symfony-queue
==================

FrankenPHP Queue Driver for Symfony Messenger

v0.0.7(4mo ago)03[1 PRs](https://github.com/y-l-g/symfony-queue/pulls)MITPHPPHP &gt;=8.5

Since Jan 8Pushed 2mo agoCompare

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

READMEChangelogDependencies (4)Versions (6)Used By (0)

Pogo Queue Bundle for Symfony
=============================

[](#pogo-queue-bundle-for-symfony)

A [FrankenPHP](https://frankenphp.dev) Messenger transport for Symfony.

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

[](#requirements)

- PHP 8.4+
- Symfony 8.0+
- FrankenPHP with `pogo_queue` module enabled.

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

[](#installation)

```
composer require pogo/symfony-queue
```

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

[](#configuration)

1. Enable the bundle in `config/bundles.php` (if not using Flex):

```
return [
    // ...
    Pogo\Queue\Symfony\PogoQueueBundle::class => ['all' => true],
];
```

2. Configure the transport in `config/packages/messenger.yaml`:

```
framework:
    messenger:
        transports:
            pogo: 'pogo-queue://default'

        routing:
            'App\Message\YourMessage': pogo
```

Usage
-----

[](#usage)

Start your Symfony application with FrankenPHP.

```
frankenphp run --config Caddyfile
```

> **Warning**This transport is volatile (in-memory). Messages are lost on server restart.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance81

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

4

Last Release

130d ago

PHP version history (2 changes)v0.0.4PHP &gt;=8.2

v0.0.6PHP &gt;=8.5

### 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] (3 commits)")[![y-l-g](https://avatars.githubusercontent.com/u/116063953?v=4)](https://github.com/y-l-g "y-l-g (2 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)

PHPackages © 2026

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