PHPackages                             jield-webdev/laminas-mvc-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. jield-webdev/laminas-mvc-messenger

ActiveLibrary

jield-webdev/laminas-mvc-messenger
==================================

Easy install and configuration for Symfony messenger in a Laminas application

07.2k↓15.8%1PHPCI passing

Since Nov 21Pushed 9mo agoCompare

[ Source](https://github.com/jield-webdev/laminas-mvc-messenger)[ Packagist](https://packagist.org/packages/jield-webdev/laminas-mvc-messenger)[ RSS](/packages/jield-webdev-laminas-mvc-messenger/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Mezzio/Laminas Factories for Symfony Messenger
==============================================

[](#mezziolaminas-factories-for-symfony-messenger)

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)

[![Continuous Integration](https://github.com/netglue/laminas-messenger/workflows/Continuous%20Integration/badge.svg)](https://github.com/netglue/laminas-messenger/workflows/Continuous%20Integration/badge.svg)[![Type Coverage](https://camo.githubusercontent.com/1f8db15edeaff7f822603fdb6806c257c600ad321c0ced0bc241ae470075c2b4/68747470733a2f2f73686570686572642e6465762f6769746875622f6e6574676c75652f6c616d696e61732d6d657373656e6765722f636f7665726167652e737667)](https://shepherd.dev/github/netglue/laminas-messenger)

Introduction
------------

[](#introduction)

This library aims to provide a way of getting Symfony Messenger up and running in a Laminas/Mezzio application with minimum fuss.

Portions of this library borrow heavily from [xtreamwayz/expressive-messenger](https://github.com/xtreamwayz/expressive-messenger)

These docs assume that you are familiar with [Symfony Messenger](https://symfony.com/doc/current/messenger.html) and the conventions associated with setting up a [Mezzio application](https://docs.mezzio.dev/mezzio/).

Package Dependencies/Suggestions
--------------------------------

[](#package-dependenciessuggestions)

Because Messenger provides Symfony cli commands to consume queues and process messages amongst other things, this package suggests [laminas/laminas-cli](https://github.com/laminas/laminas-cli). This Symfony CLI integration works on a convention that commands are available in your DI container configuration as a hash map under `config.laminas-cli.commands` using the command name as the key and the container identifier as the value. If that's not how you roll, then you'll still be able to benefit from the command factories, you'll just have to wire them up how you like. If you choose to install `laminas/laminas-cli`, then you'll be able to issue a `vendor/bin/laminas messenger:consume [options]` without much trouble.

If you want to use a transport not shipped by default with Symfony Messenger, such as AMQP, then you'll need to `composer require symfony/amqp-messenger` for example.

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

```
composer require netglue/laminas-messenger
```

During installation, you will be asked if you want to inject the main config provider `ConfigProvider::class`. This configures the 'consume' and 'debug' cli tools and factories for retry strategies and transport factories. Without further configuration, you still won't have any usable message buses, so there are 3 more config providers available:

- `FailureCommandsConfigProvider::class` configures cli tools that allow you to inspect and manipulate the failure transport/queue and as such require that a failure transport is configured. Manually add this config provider to your setup if you want to configure a failure transport/queue.
- `DefaultCommandBusConfigProvider::class` provides a typical setup for a single command bus retrievable from the container with the key `command_bus`.
- `DefaultEventBusConfigProvider::class` provides a typical setup for an event bus retrievable with `event_bus`

None of those config providers assume anything about your transport setup so in order to get up and running, you should also see the annotated example configurations in [`./docs`](./docs)…

Upgrading from 1.x to 2.x
-------------------------

[](#upgrading-from-1x-to-2x)

- SigTerm Listener
    ----------------

    [](#sigterm-listener)

    Version 2 automatically attaches the SIGTERM listener to the consume command. This means that if you were previously doing this yourself, you should probably remove that listener.
- ### Internal helper traits removed

    [](#internal-helper-traits-removed)

    If you had been writing your own factories and making use of the previously shipped traits, these are all replaced with a collection of static utility methods which are also all now marked as internal.
- ### Inheritance and general BC breaks

    [](#inheritance-and-general-bc-breaks)

    If you were extending any of the shipped factories or classes or factories, you'll get runtime errors due to pretty much everything gaining the final keyword - previously, everything was marked soft `@final` so your SA tools should have warned you about that anyhow.

    There are likely many subtle BC breaks that should generally not affect you if you were using this lib with a configuration only approach *(its intended usage)*. Configuration remains largely unchanged with optional additions only.
- ### Symfony 6.x Compatibility

    [](#symfony-6x-compatibility)

    Version 2 remains compatible with `symfony/messenger@^5.3` and gains compatibility with `^6` - v5 support is not likely to remain for very long though.
- ### Multiple Failure Transports

    [](#multiple-failure-transports)

    V2 comes with support for failure transports assigned to specific receivers along with the existing default failure transport. This means that you can have different failure queues for different message types. You can find [example config here](./docs/example-failure-transports.php).
- ### Static Analysis and Test Coverage Improvements

    [](#static-analysis-and-test-coverage-improvements)

    Types are more refined across the board and the baseline is looking good. A number of psalm types are defined on the main [ConfigProvider](./src/ConfigProvider.php) that you might find useful for annotating your configuration structures.

*fin.*

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance40

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e015020fd0b3c5bb51b7d9c09205fa556a424a8d5345030a77fbafcbf05385c?d=identicon)[japaveh](/maintainers/japaveh)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (355 commits)")[![gsteel](https://avatars.githubusercontent.com/u/2803720?v=4)](https://github.com/gsteel "gsteel (181 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (84 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (79 commits)")[![japaveh](https://avatars.githubusercontent.com/u/1028237?v=4)](https://github.com/japaveh "japaveh (21 commits)")

### Embed Badge

![Health badge](/badges/jield-webdev-laminas-mvc-messenger/health.svg)

```
[![Health](https://phpackages.com/badges/jield-webdev-laminas-mvc-messenger/health.svg)](https://phpackages.com/packages/jield-webdev-laminas-mvc-messenger)
```

PHPackages © 2026

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