PHPackages                             akki-team/sylius-messenger-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. akki-team/sylius-messenger-plugin

ActiveSylius-plugin

akki-team/sylius-messenger-plugin
=================================

1.2.0(1mo ago)02.3k↓50%1[1 PRs](https://github.com/akki-team/sylius-messenger-plugin/pulls)proprietaryPHPPHP &gt;=8.1

Since Sep 4Pushed 1y agoCompare

[ Source](https://github.com/akki-team/sylius-messenger-plugin)[ Packagist](https://packagist.org/packages/akki-team/sylius-messenger-plugin)[ RSS](/packages/akki-team-sylius-messenger-plugin/feed)WikiDiscussions main Synced 1mo ago

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

AkkiSyliusMessengerPlugin
=========================

[](#akkisyliusmessengerplugin)

Overview
--------

[](#overview)

This plugin works with `symfony/messenger` and Sylius.

With two new stamps (`LocaleStamp` and `ChannelStamp`) you can set the locale and channel context directly in your message. The context will be automatically set when the message will be consumed.

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

[](#installation)

1. Install the plugin to your project with the following command:

```
$ composer require akki-team/sylius-messenger-plugin
```

2. After the installation, check that the plugin is correctly declared in your project in the file `config/bundles.php`.

```
 return [
    ...
    Akki\SyliusMessengerPlugin\AkkiSyliusMessengerPlugin::class => ['all' => true],
];
```

Example
-------

[](#example)

```
use Akki\SyliusMessengerPlugin\Stamp\ChannelStamp;
use Akki\SyliusMessengerPlugin\Stamp\LocaleStamp;

$envelope = new Envelope(new MyMessage(), [
    new LocaleStamp('en_US'),
    new ChannelStamp('web'),
]);

$this->bus->dispatch($envelope);
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance66

Regular maintenance activity

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~279 days

Total

3

Last Release

54d ago

### Community

Maintainers

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

---

Top Contributors

[![Jgrasp](https://avatars.githubusercontent.com/u/10723031?v=4)](https://github.com/Jgrasp "Jgrasp (5 commits)")

---

Tags

syliussylius-plugin

### Embed Badge

![Health badge](/badges/akki-team-sylius-messenger-plugin/health.svg)

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

###  Alternatives

[bitbag/cms-plugin

CMS plugin for Sylius applications.

2461.1M5](/packages/bitbag-cms-plugin)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

901.0M2](/packages/sylius-invoicing-plugin)[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

691.7M14](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

851.0M](/packages/stefandoorn-sitemap-plugin)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)

PHPackages © 2026

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