PHPackages                             marcelsud/akeneo-producer-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. marcelsud/akeneo-producer-bundle

ActiveAkeneo-connector[API Development](/categories/api)

marcelsud/akeneo-producer-bundle
================================

v1.0.0(8y ago)05MITPHP

Since May 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/marcelsud/AkeneoProducerBundle)[ Packagist](https://packagist.org/packages/marcelsud/akeneo-producer-bundle)[ RSS](/packages/marcelsud-akeneo-producer-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (9)Versions (15)Used By (0)

AkeneoProducerBundle
====================

[](#akeneoproducerbundle)

Makes Akeneo produce AMQP messages pushed through RabbitMQ.

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

[](#installation)

1. Require this package:

```
$ composer require sylake/akeneo-producer-bundle
```

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

```
protected function registerProjectBundles()
{
    return [
        new \OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
        new \Sylake\AkeneoProducerBundle\SylakeAkeneoProducerBundle(),
    ];
}
```

3. Configure RabbitMQ default connection:

```
# app/config/config.yml

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

4. Configure locales (optional) (default: en\_GB, de\_DE):

```
# app/config/config.yml

sylake_akeneo_producer:
    locales:
        - 'en_GB'
        - 'de_DE'
```

Usage
-----

[](#usage)

1. Perform export via UI or CLI:

```
$ app/console akeneo:batch:create-job "Sylake - Akeneo Producer" sylake_akeneo_producer export sylake_akeneo_producer
$ app/console akeneo:batch:job sylake_akeneo_producer
```

You can also export just one product by its SKU by running:

```
$ app/console sylake:producer:export-product PRODUCT_SKU
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 57.8% 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 ~20 days

Recently: every ~50 days

Total

14

Last Release

3014d ago

### Community

Maintainers

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

---

Top Contributors

[![pamil](https://avatars.githubusercontent.com/u/1897953?v=4)](https://github.com/pamil "pamil (63 commits)")[![fitn](https://avatars.githubusercontent.com/u/2131005?v=4)](https://github.com/fitn "fitn (18 commits)")[![Arminek](https://avatars.githubusercontent.com/u/6368946?v=4)](https://github.com/Arminek "Arminek (9 commits)")[![arnolanglade](https://avatars.githubusercontent.com/u/3585922?v=4)](https://github.com/arnolanglade "arnolanglade (6 commits)")[![jjanvier](https://avatars.githubusercontent.com/u/3691804?v=4)](https://github.com/jjanvier "jjanvier (5 commits)")[![michalmarcinkowski](https://avatars.githubusercontent.com/u/7572437?v=4)](https://github.com/michalmarcinkowski "michalmarcinkowski (5 commits)")[![lchrusciel](https://avatars.githubusercontent.com/u/6213903?v=4)](https://github.com/lchrusciel "lchrusciel (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marcelsud-akeneo-producer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/marcelsud-akeneo-producer-bundle/health.svg)](https://phpackages.com/packages/marcelsud-akeneo-producer-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[paknahad/jsonapi-bundle

The jsonapi-bundle is a Symfony bundle. it is the fastest way to generate API based on JsonApi.org using woohoolabs/yin

7155.8k4](/packages/paknahad-jsonapi-bundle)[components-web-app/api-components-bundle

Creates a flexible API for a website's structure, reusable components and common functionality.

322.8k](/packages/components-web-app-api-components-bundle)

PHPackages © 2026

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