PHPackages                             lendable/symfony-messenger-polyfill - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lendable/symfony-messenger-polyfill

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

lendable/symfony-messenger-polyfill
===================================

Use Symfony Messenger v4.2 with older Symfony versions.

v0.1.2(7y ago)323.7k↓100%4[2 PRs](https://github.com/Lendable/symfony-messenger-polyfill/pulls)MITPHPPHP &gt;=7.1

Since Dec 30Pushed 3y ago15 watchersCompare

[ Source](https://github.com/Lendable/symfony-messenger-polyfill)[ Packagist](https://packagist.org/packages/lendable/symfony-messenger-polyfill)[ RSS](/packages/lendable-symfony-messenger-polyfill/feed)WikiDiscussions master Synced 1mo ago

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

Symfony Messenger Polyfill
==========================

[](#symfony-messenger-polyfill)

Allows to use Symfony Messenger with Symfony 3.4 and 4.0.

[![PHP Version](https://camo.githubusercontent.com/2dcf2757d7a2ae7d144c6e7d9b63bd3383509e6b70bacccb3bd8ad04d1c2541c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e312d626c75652e737667)](https://img.shields.io/badge/php-%5E7.1-blue.svg)[![Latest Stable Version](https://camo.githubusercontent.com/af044d764c8b31d1805ccde4e6d6017f61ae7362db7b85b65f017ce2ef236f7e/68747470733a2f2f706f7365722e707567782e6f72672f6c656e6461626c652f73796d666f6e792d6d657373656e6765722d706f6c7966696c6c2f762f737461626c65)](https://packagist.org/packages/lendable/symfony-messenger-polyfill)[![Latest Unstable Version](https://camo.githubusercontent.com/0e3ca7f20f287dbc77ab7f04dd46b6530588af2a022c3d275de99b63d1bd7638/68747470733a2f2f706f7365722e707567782e6f72672f6c656e6461626c652f73796d666f6e792d6d657373656e6765722d706f6c7966696c6c2f762f756e737461626c65)](https://packagist.org/packages/lendable/symfony-messenger-polyfill)

[![Build Status](https://camo.githubusercontent.com/5ffe75967cddb7a5f89f75ff45f4dd14025deb52728670c49ed4a1eab212d5c7/68747470733a2f2f7472617669732d63692e6f72672f4c656e6461626c652f73796d666f6e792d6d657373656e6765722d706f6c7966696c6c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Lendable/symfony-messenger-polyfill)[![Total Downloads](https://camo.githubusercontent.com/78884c3af3d4952382cc7dd4f7dc9318fbd20f16417fa5db9189a0faa277a07a/68747470733a2f2f706f7365722e707567782e6f72672f6c656e6461626c652f73796d666f6e792d6d657373656e6765722d706f6c7966696c6c2f646f776e6c6f616473)](https://packagist.org/packages/lendable/symfony-messenger-polyfill)

Documentation
-------------

[](#documentation)

- [Installation](#installation)
- [Configuration](#configuration)
- [How to use](#how-to-use)

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

[](#installation)

**1.** Add dependency with composer

```
composer require lendable/symfony-messenger-polyfill
```

**2.** Register the bundle in your `bundles.php`

```
return [
    //...
    Lendable\Polyfill\Symfony\MessengerBundle\MessengerBundle::class => ['all' => true],
];
```

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

[](#configuration)

The only important thing is that root key is `lendable_polyfill_messenger`.

How to use
----------

[](#how-to-use)

Everything is explained in the [Symfony Documentation](https://symfony.com/doc/current/messenger.html).

If we take [this](https://symfony.com/doc/current/messenger.html#routing) configuration example, instead of writing:

```
# config/packages/messenger.yaml
framework:
    messenger:
        routing:
            'My\Message\Message':  amqp # The name of the defined transport
```

You would write:

```
# config/packages/messenger.yaml
lendable_polyfill_messenger:
    routing:
        'My\Message\Message':  amqp # The name of the defined transport
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.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 ~6 days

Total

3

Last Release

2675d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c1e666a733b6e07ad9507caffe4fb9ddbf91f9f2676bafd4845bc56cfdbe892?d=identicon)[kunicmarko20](/maintainers/kunicmarko20)

![](https://www.gravatar.com/avatar/2c0ea103aab5fdb0ccc5ce40eae10acd0d9eef2a9a5f92284beab8e28b673f13?d=identicon)[martin-georgiev](/maintainers/martin-georgiev)

---

Top Contributors

[![kunicmarko20](https://avatars.githubusercontent.com/u/13528674?v=4)](https://github.com/kunicmarko20 "kunicmarko20 (7 commits)")[![martin-georgiev](https://avatars.githubusercontent.com/u/4849482?v=4)](https://github.com/martin-georgiev "martin-georgiev (5 commits)")

---

Tags

polyfillsymfony-bundlesymfony-messengerpolyfillbundleMessengersymfony4symfony3symfony-messengerLendable

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M565](/packages/symfony-maker-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[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.3k](/packages/contao-core-bundle)

PHPackages © 2026

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