PHPackages                             forci/locale-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. forci/locale-bundle

ActiveSymfony-bundle

forci/locale-bundle
===================

Simple locale management for Symfony3/4

v0.4.1(6y ago)16.2k↓50%MITPHPPHP &gt;=7.1.3

Since Dec 14Pushed 6y ago2 watchersCompare

[ Source](https://github.com/forci/locale-bundle)[ Packagist](https://packagist.org/packages/forci/locale-bundle)[ RSS](/packages/forci-locale-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Locale Bundle
=============

[](#locale-bundle)

An opinionated Symfony ~3.0|4.0 Bundle with several helpers for locale management.

Add this bundle to your AppKernel.php `new \Forci\Bundle\Locale\ForciLocaleBundle()`

`wucdbm_locale.locales_simple` is a simple array of the locale keys

`wucdbm_locale.locales_enabled.routing` is a `en|bg|sw|vn`-like string

```
forci_locale:
    cookie_listener:
        enabled: true
    disabled_locale_redirect_listener:
        enabled: true # if a locale is not enabled,
        # it will redirect to the same route with the same parameters,
        # but using the preferred (if any) or the default locale
        use_preferred_locale: true # whether to try using preferred locale or not
    locales:
        en:
            name: English
            enabled: true
            currency: USD
        sw:
            name: Kiswahili
            enabled: true
            currency: TZS
        vn:
            name: Việt
            enabled: true
            currency: VND
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Total

14

Last Release

2282d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56129a0e9c0044d2857f405e0cf44b1c8f53bc86503dfc1c0ac3829401333c5e?d=identicon)[wucdbm](/maintainers/wucdbm)

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

---

Top Contributors

[![wucdbm](https://avatars.githubusercontent.com/u/1559022?v=4)](https://github.com/wucdbm "wucdbm (17 commits)")

---

Tags

locale bundlewucdbmforci

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/forci-locale-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/forci-locale-bundle/health.svg)](https://phpackages.com/packages/forci-locale-bundle)
```

PHPackages © 2026

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