PHPackages                             sylake/sylius-consumer-plugin - 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. sylake/sylius-consumer-plugin

AbandonedArchivedSylius-plugin[Queues &amp; Workers](/categories/queues)

sylake/sylius-consumer-plugin
=============================

Integrates Sylius with message processing for sylake/akeneo-producer-bundle.

v1.0.0-beta.11(8y ago)151.4k6[2 issues](https://github.com/Sylake/SyliusConsumerPlugin/issues)MITPHPPHP ^7.1

Since May 18Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Sylake/SyliusConsumerPlugin)[ Packagist](https://packagist.org/packages/sylake/sylius-consumer-plugin)[ RSS](/packages/sylake-sylius-consumer-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (7)Versions (24)Used By (0)

This Sylius consumer plugin is deprecated &amp; supports Akeneo 1.7 only
========================================================================

[](#this-sylius-consumer-plugin-is-deprecated--supports-akeneo-17-only)

SyliusConsumerPlugin
====================

[](#syliusconsumerplugin)

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

[](#installation)

1. Require this package:

```
$ composer require sylake/sylius-consumer-plugin
```

2. Add bundles to `AppKernel.php` of existing Sylius application:

```
public function registerBundles()
{
    $bundles = [
        new \SimpleBus\SymfonyBridge\SimpleBusCommandBusBundle(),
        new \SimpleBus\SymfonyBridge\SimpleBusEventBusBundle(),
        new \OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
        new \SyliusLabs\RabbitMqSimpleBusBundle\RabbitMqSimpleBusBundle(),
        new \Sylake\SyliusConsumerPlugin\SylakeSyliusConsumerPlugin(),
    ];

    return array_merge(parent::registerBundles(), $bundles);
}
```

3. Configure RabbitMQ default connection:

```
# app/config/config.yml

old_sound_rabbit_mq:
    connections:
        default:
            host: 'localhost'
            port: 5672
            user: 'guest'
            password: 'guest'
```

Usage
-----

[](#usage)

1. Run the following command to listen for messages and consume them:

```
$ bin/console rabbitmq:consumer sylake
```

Extending product projector
---------------------------

[](#extending-product-projector)

Adding a product postprocessor allows to change product before saving it.

1. Create a class which implements `Sylake\SyliusConsumerPlugin\Projector\Product\ProductPostprocessorInterface`.
2. Define it as a service with tag `sylake_sylius_consumer.projector.product.postprocessor`.
3. 🎉

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.7% 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 ~8 days

Recently: every ~23 days

Total

22

Last Release

3107d ago

PHP version history (2 changes)v1.0.0-alphaPHP ^5.6|^7.0

v1.0.0-alpha.6PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7cb5633d5182cc3ab474d7af60eddde0e7a4f8169877bdcb6fa5ff0f8eb27d0?d=identicon)[Arminek](/maintainers/Arminek)

---

Top Contributors

[![pamil](https://avatars.githubusercontent.com/u/1897953?v=4)](https://github.com/pamil "pamil (156 commits)")[![Arminek](https://avatars.githubusercontent.com/u/6368946?v=4)](https://github.com/Arminek "Arminek (7 commits)")[![pjedrzejewski](https://avatars.githubusercontent.com/u/614970?v=4)](https://github.com/pjedrzejewski "pjedrzejewski (6 commits)")[![lchrusciel](https://avatars.githubusercontent.com/u/6213903?v=4)](https://github.com/lchrusciel "lchrusciel (3 commits)")

---

Tags

akeneoakeneo-connectorphpsylius

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sylake-sylius-consumer-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/sylake-sylius-consumer-plugin/health.svg)](https://phpackages.com/packages/sylake-sylius-consumer-plugin)
```

###  Alternatives

[simple-bus/rabbitmq-bundle-bridge

Use OldSoundRabbitMQBundle with SimpleBus/AsynchronousBundle

39827.3k4](/packages/simple-bus-rabbitmq-bundle-bridge)[markup/job-queue-bundle

The Markup Job Queue bundle integrates with oldsound/rabbiitmq-bundle to provide automatic scheduling of recurring console command jobs

1859.6k](/packages/markup-job-queue-bundle)[sylius-labs/rabbitmq-simplebus-bundle

Integrates RabbitMQ with SimpleBus.

1150.7k1](/packages/sylius-labs-rabbitmq-simplebus-bundle)[kaliop/queueingbundle

Kaliop Queueing Bundle

145.1k3](/packages/kaliop-queueingbundle)

PHPackages © 2026

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