PHPackages                             akki-team/sylius-settable-locale-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. [Localization &amp; i18n](/categories/localization)
4. /
5. akki-team/sylius-settable-locale-plugin

ActiveSylius-plugin[Localization &amp; i18n](/categories/localization)

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

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

Since Sep 4Pushed 1y agoCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (1)

AkkiSyliusSettableLocaleContextPlugin
=====================================

[](#akkisyliussettablelocalecontextplugin)

Overview
--------

[](#overview)

This plugin allows you to set the locale context directly, with a `localeCode` thanks to the `SettableLocaleContextInterface`.

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

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

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

[](#installation)

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

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

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

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

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

```
$this->settableLocaleContext->setLocaleCode($localeCode);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance49

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community8

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

Total

3

Last Release

371d ago

Major Versions

0.1.0 → 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 (3 commits)")

---

Tags

syliussylius-plugin

### Embed Badge

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

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

###  Alternatives

[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)[webgriffe/sylius-akeneo-plugin

Plugin allowing to import products data from Akeneo PIM to your Sylius store.

2477.8k](/packages/webgriffe-sylius-akeneo-plugin)

PHPackages © 2026

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