PHPackages                             akki-team/sylius-settable-channel-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-settable-channel-plugin

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

akki-team/sylius-settable-channel-plugin
========================================

1.1.0(1y ago)03.2k↓50%1proprietaryPHPPHP &gt;=8.1

Since May 13Pushed 1y agoCompare

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

READMEChangelog (5)Dependencies (1)Versions (7)Used By (1)

AkkiSyliusSettableChannelContextPlugin
======================================

[](#akkisyliussettablechannelcontextplugin)

Overview
--------

[](#overview)

This plugin allows you to set the channel context directly, with a `Channel` or a `ChannelCode` thanks to the `SettableChannelContextInterface`.

Very useful in your `symfony/command` and `symfony/messenger` where channel context cannot be determined because there is no request.

[See the methods available for the SettableChannelContextInterface.](src/Context/SettableChannelContextInterface.php)

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

[](#installation)

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

```
$ composer require akki-team/sylius-settable-channel-plugin
```

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

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

3. You can now inject the SettableChannelContextInterface in your services and set the channel context directly.

```
$this->settableChannelContext->setChannel($channel);
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance49

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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 ~71 days

Recently: every ~89 days

Total

6

Last Release

370d ago

Major Versions

0.3.1 → 1.0.02024-09-09

### 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 (16 commits)")

---

Tags

syliussylius-plugin

### Embed Badge

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

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

###  Alternatives

[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)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)[synolia/sylius-scheduler-command-plugin

Scheduler Command Plugin.

34361.5k](/packages/synolia-sylius-scheduler-command-plugin)[odiseoteam/sylius-blog-plugin

This plugin add blog capabilities to your Sylius project

37104.5k](/packages/odiseoteam-sylius-blog-plugin)[webgriffe/sylius-table-rate-shipping-plugin

Provides table rate shipping calculator.

1490.4k](/packages/webgriffe-sylius-table-rate-shipping-plugin)

PHPackages © 2026

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