PHPackages                             silpo-tech/message-bus-bundle - 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. [API Development](/categories/api)
4. /
5. silpo-tech/message-bus-bundle

ActiveSymfony-bundle[API Development](/categories/api)

silpo-tech/message-bus-bundle
=============================

Message bus bundle for Symfony

v1.1.1(2mo ago)21.5k↓14.3%31MITPHPPHP &gt;=8.1CI passing

Since Sep 23Pushed 2mo agoCompare

[ Source](https://github.com/silpo-tech/MessageBusBundle)[ Packagist](https://packagist.org/packages/silpo-tech/message-bus-bundle)[ RSS](/packages/silpo-tech-message-bus-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (40)Versions (6)Used By (1)

Message Bus Bundle
==================

[](#message-bus-bundle)

[![CI](https://github.com/silpo-tech/MessageBusBundle/actions/workflows/ci.yml/badge.svg)](https://github.com/silpo-tech/MessageBusBundle/actions)[![codecov](https://camo.githubusercontent.com/f995d6202c3249a4cc1ac5ea39915135ccf6638f690fde3a6f9caee4b644a2ae/68747470733a2f2f636f6465636f762e696f2f67682f73696c706f2d746563682f4d65737361676542757342756e646c652f67726170682f62616467652e737667)](https://codecov.io/gh/silpo-tech/MessageBusBundle)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

Development
-----------

[](#development)

Run tests

```
make test # SKIP_INSTALL=true (if you have already installed dependencies)
```

To list all available commands

```
make help
```

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

[](#installation)

Require the bundle and its dependencies with composer:

```
$ composer require silpo-tech/message-bus-bundle
```

Register the bundle:

```
// project/config/bundles.php

return [
    MessageBusBundle\MessageBusBundle::class => ['all' => true],
];
```

Add tags to batch processor to tell application where to look for batch processors

```
    MessageBusBundle\EnqueueProcessor\Batch\BatchProcessorInterface:
      tags:
        - 'enqueue.transport.processor'
        - name: !php/const MessageBusBundle\EnqueueProcessor\Batch\AbstractBatchProcessor::BATCH_PROCESSOR_TAG
          indexed_by: key
```

Start consuming:

```
./bin/console enqueue:consume --setup-broker -vvv
```

How to enable messages compression:

```
message_bus:
  default_encoder: gzip #available: null, gzip, zlib, deflate
```

and use MessageBusBundle\\Producer\\EncoderProducerInterface in your project\*. Such service is not available by default.

- Do not forget to enable zlib extension at PHP.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance85

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~53 days

Total

4

Last Release

78d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9891deddc63cb60dd472af17aee913a559f29defbe861135037dbbdf99449a6?d=identicon)[food-tech-devs](/maintainers/food-tech-devs)

---

Top Contributors

[![panayotovyura](https://avatars.githubusercontent.com/u/8473688?v=4)](https://github.com/panayotovyura "panayotovyura (5 commits)")[![fedorenko22116](https://avatars.githubusercontent.com/u/22433371?v=4)](https://github.com/fedorenko22116 "fedorenko22116 (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/silpo-tech-message-bus-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/silpo-tech-message-bus-bundle/health.svg)](https://phpackages.com/packages/silpo-tech-message-bus-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[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)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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