PHPackages                             spiral/symfony-messenger - 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. spiral/symfony-messenger

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

spiral/symfony-messenger
========================

Symfony Messenger integration for Spiral

1.0.0-alpha2(1y ago)6407[2 issues](https://github.com/spiral/symfony-messenger/issues)MITPHPPHP ^8.2

Since Aug 30Pushed 1y ago4 watchersCompare

[ Source](https://github.com/spiral/symfony-messenger)[ Packagist](https://packagist.org/packages/spiral/symfony-messenger)[ Docs](https://github.com/spiral/symfony-messenger)[ GitHub Sponsors](https://github.com/sponsors/spiral)[ RSS](/packages/spiral-symfony-messenger/feed)WikiDiscussions master Synced 1mo ago

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

This is my package symfony-messenger
====================================

[](#this-is-my-package-symfony-messenger)

[![PHP Version Require](https://camo.githubusercontent.com/fa64a4bcdef222134b98468ad23a8224ef53a4dac8319bda1f115dbb8e0ac7d0/68747470733a2f2f706f7365722e707567782e6f72672f73706972616c2f73796d666f6e792d6d657373656e6765722f726571756972652f706870)](https://packagist.org/packages/spiral/symfony-messenger)[![Latest Stable Version](https://camo.githubusercontent.com/17b38106345b4964f8328aeccec316b15f9d98660f110c4fd71808c18dfb0853/68747470733a2f2f706f7365722e707567782e6f72672f73706972616c2f73796d666f6e792d6d657373656e6765722f762f737461626c65)](https://packagist.org/packages/spiral/symfony-messenger)[![phpunit](https://github.com/spiral/symfony-messenger/actions/workflows/phpunit.yml/badge.svg)](https://github.com/spiral/symfony-messenger/actions)[![psalm](https://github.com/spiral/symfony-messenger/actions/workflows/psalm.yml/badge.svg)](https://github.com/spiral/symfony-messenger/actions)[![Codecov](https://camo.githubusercontent.com/821d9ddff5cbdf856cdd06acbaf1388c851afa46d363e822f1bc59e67e75606f/68747470733a2f2f636f6465636f762e696f2f67682f73706972616c2f73796d666f6e792d6d657373656e6765722f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/spiral/symfony-messenger/)[![Total Downloads](https://camo.githubusercontent.com/b15cac5287387f1b23d2a6ae121f43b8fb2949d3d48c2c1d532b5a1ce3014255/68747470733a2f2f706f7365722e707567782e6f72672f73706972616c2f73796d666f6e792d6d657373656e6765722f646f776e6c6f616473)](https://packagist.org/spiral/symfony-messenger/phpunit)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#requirements)

Make sure that your server is configured with following PHP version and extensions:

- PHP 8.2+
- Spiral framework 3.13+

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

[](#installation)

You can install the package via composer:

```
composer require spiral/symfony-messenger
```

After package install you need to register bootloader from the package.

```
// Kernel.php
public function defineBootloaders(): array
{
    return [
        // ...
        \Spiral\Messenger\Bootloader\MessengerBootloader::class,
        // ...
    ];
}
```

> Note: if you are using [`spiral/discoverer`](https://github.com/spiral/discoverer), you don't need to register bootloader by yourself.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.3% 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 ~3 days

Total

2

Last Release

621d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/796136?v=4)[Anton Tsitou](/maintainers/wolfy-j)[@wolfy-j](https://github.com/wolfy-j)

---

Top Contributors

[![roxblnfk](https://avatars.githubusercontent.com/u/4152481?v=4)](https://github.com/roxblnfk "roxblnfk (24 commits)")[![butschster](https://avatars.githubusercontent.com/u/773481?v=4)](https://github.com/butschster "butschster (2 commits)")

---

Tags

symfonyqueuejobsMessengerspiral

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/spiral-symfony-messenger/health.svg)

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

###  Alternatives

[koco/messenger-kafka

Symfony Messenger Kafka Transport

931.1M1](/packages/koco-messenger-kafka)[jwage/phpamqplib-messenger

Symfony messenger transport for the php-amqplib/php-amqplib library.

84149.7k1](/packages/jwage-phpamqplib-messenger)[bref/symfony-messenger

Symfony Messenger bridge to run with SQS and SNS on AWS Lambda with Bref

721.2M6](/packages/bref-symfony-messenger)[petitpress/gps-messenger-bundle

Google Pub/Sub transport for Symfony Messenger

29491.0k3](/packages/petitpress-gps-messenger-bundle)

PHPackages © 2026

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