PHPackages                             wokster/yii2-translation-manager - 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. wokster/yii2-translation-manager

ActiveYii2-extension[Localization &amp; i18n](/categories/localization)

wokster/yii2-translation-manager
================================

CRUD for storage and editing of translations in a database. Works with a common Yii2 solution (yii i18n DbMessageSource)

1.2.1(8y ago)21.7k[1 issues](https://github.com/wokster/yii2-translation-manager/issues)BSD-3-ClausePHP

Since Sep 7Pushed 8y ago2 watchersCompare

[ Source](https://github.com/wokster/yii2-translation-manager)[ Packagist](https://packagist.org/packages/wokster/yii2-translation-manager)[ RSS](/packages/wokster-yii2-translation-manager/feed)WikiDiscussions master Synced today

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

yii2-translation-manager
========================

[](#yii2-translation-manager)

CRUD for storage and editing of translations in a database. Works with a common Yii2 solution (yii\\i18n\\DbMessageSource)

add coposer.json

`"wokster/yii2-translation-manager": "v1.1@dev"`

add to modules in config

```
'translate-manager' => [
            'class' => 'wokster\translationmanager\TranslationManager',
            'languages' => ['en','ru','fr'],
        ],
```

config i18n like:

```
        'i18n' => [
            'translations' => [
                'yii*' => [
                    'class' => 'yii\i18n\PhpMessageSource',
                    'basePath' => '@vendor/yiisoft/yii2/messages',
                    'sourceLanguage' => 'en'
                ],
                '*' => [
                    'class' => 'yii\i18n\DbMessageSource',
                    'forceTranslation'=>true,
                    //'enableCaching' => false,
                    //'cachingDuration' => 3600,
                ]
            ],
        ],
```

run common yii2 migration

```
yii migrate --migrationPath=@yii/i18n/migrations/
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 96.9% 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 ~367 days

Total

2

Last Release

3219d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5597609?v=4)[Максим](/maintainers/wokster)[@wokster](https://github.com/wokster)

---

Top Contributors

[![wokster](https://avatars.githubusercontent.com/u/5597609?v=4)](https://github.com/wokster "wokster (31 commits)")[![vlad-ilinyh](https://avatars.githubusercontent.com/u/7880203?v=4)](https://github.com/vlad-ilinyh "vlad-ilinyh (1 commits)")

---

Tags

translationmanagerdbyii2extension

### Embed Badge

![Health badge](/badges/wokster-yii2-translation-manager/health.svg)

```
[![Health](https://phpackages.com/badges/wokster-yii2-translation-manager/health.svg)](https://phpackages.com/packages/wokster-yii2-translation-manager)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227597.2k13](/packages/lajax-yii2-translate-manager)[omgdef/yii2-multilingual-behavior

Port of the yii-multilingual-behavior for yii

143182.6k9](/packages/omgdef-yii2-multilingual-behavior)[geertw/yii2-translatable-url-rule

A custom URL rule class for Yii 2 which allows to create translated URL rules

1421.8k](/packages/geertw-yii2-translatable-url-rule)[lav45/yii2-translated-behavior

This extension allows you to quickly and simple enough to add translations for any ActiveRecord models.

3742.6k](/packages/lav45-yii2-translated-behavior)

PHPackages © 2026

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