PHPackages                             cookyii/module-translation - 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. cookyii/module-translation

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

cookyii/module-translation
==========================

Translation management module for Cookyii CMF

11621PHP

Since Feb 3Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Translation management module
=============================

[](#translation-management-module)

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

[](#installation)

```
composer require cookyii/module-translation:dev-master
```

Configuration
-------------

[](#configuration)

### 1. Update config

[](#1-update-config)

In `backend` `app` config in section `modules` add `cookyii\modules\Translation\backend\Module`and in section `bootstrap` add `page`:

```
// ./backend-app/config/app.php

return [
    // ...
    'bootstrap' => [
        // some components ...
        'translation'
    ],
    'modules' => [
        // some modules ...
        'translation' => 'cookyii\modules\Translation\backend\Module',
    ],
    // ...
];
```

### 2. Add new permissions

[](#2-add-new-permissions)

In `rbac/update` command add merge class `cookyii\modules\Translation\backend\Permissions`:

```
// ./common/commands/RbacCommand.php

class RbacCommand extends \rmrevin\yii\rbac\Command
{

    public $backendMerge = [
        // ...
        'cookyii\modules\Translation\backend\Permissions',
    ];
}
```

### 4. Update permissions

[](#4-update-permissions)

```
./backend rbac/update
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ed2a8c869410bcc2f79245fe77cf156db86c83fed1c60c3dea8df1e04966788?d=identicon)[rmrevin](/maintainers/rmrevin)

---

Top Contributors

[![rmrevin](https://avatars.githubusercontent.com/u/803507?v=4)](https://github.com/rmrevin "rmrevin (15 commits)")

### Embed Badge

![Health badge](/badges/cookyii-module-translation/health.svg)

```
[![Health](https://phpackages.com/badges/cookyii-module-translation/health.svg)](https://phpackages.com/packages/cookyii-module-translation)
```

PHPackages © 2026

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