PHPackages                             jhyangxyz/messenger-version-control - 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. jhyangxyz/messenger-version-control

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

jhyangxyz/messenger-version-control
===================================

Version controller for messages in the symfony messenger ecosysteme

v0.2.3(5y ago)033MITPHPPHP &gt;=7.2.5

Since Sep 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/utip/messenger-version-control)[ Packagist](https://packagist.org/packages/jhyangxyz/messenger-version-control)[ RSS](/packages/jhyangxyz-messenger-version-control/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Messenger Version Control
=========================

[](#messenger-version-control)

[![CodeStyle](https://camo.githubusercontent.com/4c2d00ce1ca18aa99aff427202c93ab8f8451f70b8d7b84f842549d51a798a7f/68747470733a2f2f7472617669732d63692e6f72672f6a6879616e6778797a2f6d657373656e6765722d76657273696f6e2d636f6e74726f6c2e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/4c2d00ce1ca18aa99aff427202c93ab8f8451f70b8d7b84f842549d51a798a7f/68747470733a2f2f7472617669732d63692e6f72672f6a6879616e6778797a2f6d657373656e6765722d76657273696f6e2d636f6e74726f6c2e7376673f6272616e63683d6d6173746572)

A Simple Bundle to version your Symfony Messenger messages.

- Versionning of a message
- Requeuing consumers that has different version with the concerned message

Dependencies
------------

[](#dependencies)

- PHP &gt;= 7.4
- symfony/messenger

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

[](#installation)

```
composer require jhyangxyz/messenger-version-control
```

Usage
-----

[](#usage)

Configure this Middleware to your MessageBus

### Symfony Basic Example

[](#symfony-basic-example)

#### Register the Bundle if not done automaticaly

[](#register-the-bundle-if-not-done-automaticaly)

```
