PHPackages                             fabriziocaldarelli/yii2-messages-translations-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. fabriziocaldarelli/yii2-messages-translations-manager

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

fabriziocaldarelli/yii2-messages-translations-manager
=====================================================

Messages Translations Manager

1.0.3.1(8y ago)0301↓100%MITPHP

Since Oct 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/FabrizioCaldarelli/yii2-messages-translations-manager)[ Packagist](https://packagist.org/packages/fabriziocaldarelli/yii2-messages-translations-manager)[ RSS](/packages/fabriziocaldarelli-yii2-messages-translations-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Messages Translations Manager
=============================

[](#messages-translations-manager)

Messages Translations Manager

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist fabriziocaldarelli/yii2-messages-translations-manager "*"

```

or add

```
"fabriziocaldarelli/yii2-messages-translations-manager": "*"

```

to the require section of your `composer.json` file.

Requisites
----------

[](#requisites)

Check that you have configured i18n component :

```
'components' => [

    'i18n' => [
        'translations' => [
            '*' => [
                'class' => 'yii\i18n\DbMessageSource',

                // Same table name of messagesTranslationsManager message table name
                'messageTable' => 'i18n_message',

                // Same table name of messagesTranslationsManager source message table name
                'sourceMessageTable' => 'i18n_source_message',
            ],
        ],
    ],

],
```

Usage
-----

[](#usage)

Once the extension is installed, simply configure it in config\\main.php :

```
'modules' => [
    'messagesTranslationsManager' => [
        'class' => 'sfmobile\ext\messagesTranslationsManager\Module',

        // Replace message table name
        'messageTable' => 'i18n_message',

        // Replace source message table name
        'sourceMessageTable' => 'i18n_source_message',

        // If you are using AdminLTE, you can activate right format of view files
        'isAdminLteLayout' => true,

        // List of supported languages
        'languages' => ['it', 'en'],
    ],
],
```

Test
----

[](#test)

Finally point to  and you should see Translations

[![schermata 2017-10-07 alle 11 59 45](https://user-images.githubusercontent.com/4108673/31306775-353c7db6-ab57-11e7-8375-c05802ecb4bc.png)](https://user-images.githubusercontent.com/4108673/31306775-353c7db6-ab57-11e7-8375-c05802ecb4bc.png)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

2983d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55f999eda6c9694576165561e0f6b68a187ff70379c7595acf36fcd7e666b772?d=identicon)[FabrizioCaldarelli](/maintainers/FabrizioCaldarelli)

---

Top Contributors

[![fcaldarelli](https://avatars.githubusercontent.com/u/4108673?v=4)](https://github.com/fcaldarelli "fcaldarelli (10 commits)")

---

Tags

translationyii2i18ntranslationsyii2extensionmessages

### Embed Badge

![Health badge](/badges/fabriziocaldarelli-yii2-messages-translations-manager/health.svg)

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

###  Alternatives

[uran1980/yii2-translate-panel

Yii2 Translate Panel makes the translation of your application awesome!

2518.3k1](/packages/uran1980-yii2-translate-panel)[geertw/yii2-translatable-url-rule

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

1420.3k](/packages/geertw-yii2-translatable-url-rule)[yeesoft/yii2-multilingual

Yii2 Multilingual Module

177.4k1](/packages/yeesoft-yii2-multilingual)[devgroup/yii2-multilingual

Allows building yii2 apps for multiple languages using regional URL's and domains

152.6k2](/packages/devgroup-yii2-multilingual)

PHPackages © 2026

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