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. [Utility &amp; Helpers](/categories/utility)
4. /
5. akki-team/sylius-messenger-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

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

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

Since Sep 4Pushed 3mo 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 3d ago

READMEChangelog (2)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

43

—

FairBetter than 89% of packages

Maintenance79

Regular maintenance activity

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

109d 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 (7 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

[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

701.8M20](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

841.1M1](/packages/stefandoorn-sitemap-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75416.2k6](/packages/monsieurbiz-sylius-rich-editor-plugin)[odiseoteam/sylius-vendor-plugin

Vendor plugin for Sylius. Add Vendor (Brand) to your products

6068.4k1](/packages/odiseoteam-sylius-vendor-plugin)[synolia/sylius-scheduler-command-plugin

Scheduler Command Plugin.

35389.6k](/packages/synolia-sylius-scheduler-command-plugin)[stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin

Google Tag Manager Enhanced Ecommerce plugin for Sylius.

42247.7k](/packages/stefandoorn-sylius-google-tag-manager-enhanced-ecommerce-plugin)

PHPackages © 2026

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