PHPackages                             eugenec138/cakephp-translations - 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. eugenec138/cakephp-translations

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

eugenec138/cakephp-translations
===============================

Languages and translations plugin for CakePHP

v1.0.4(3y ago)081MITPHP

Since Jun 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/EugeneMakita/cakephp-translations)[ Packagist](https://packagist.org/packages/eugenec138/cakephp-translations)[ RSS](/packages/eugenec138-cakephp-translations/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (1)

Translations plugin for CakePHP
===============================

[](#translations-plugin-for-cakephp)

[![Build Status](https://camo.githubusercontent.com/7ff975568e859bf4dd83fb591ecb154853c668773492c9b7611d6d0ba3ed5685/68747470733a2f2f7472617669732d63692e6f72672f516f626f4c74642f63616b657068702d7472616e736c6174696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/QoboLtd/cakephp-translations)[![Latest Stable Version](https://camo.githubusercontent.com/4bc338c857e64ed9f90148373dabcdd645ca2e5f1aa7854ed4be3d8af61ea966/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d7472616e736c6174696f6e732f762f737461626c65)](https://packagist.org/packages/qobo/cakephp-translations)[![Total Downloads](https://camo.githubusercontent.com/27a84da5a56309de9ab40a73109b453a6933a3633c5128d5f6ff3160f583f336/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d7472616e736c6174696f6e732f646f776e6c6f616473)](https://packagist.org/packages/qobo/cakephp-translations)[![Latest Unstable Version](https://camo.githubusercontent.com/9a422b4dff651759d04e175ee86f72671aca4f70a758f7f27425dc200e651463/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d7472616e736c6174696f6e732f762f756e737461626c65)](https://packagist.org/packages/qobo/cakephp-translations)[![License](https://camo.githubusercontent.com/2152579dd19b56e4357bf99faeb74305ec7e8c5d712f5c675c756b840f652d67/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d7472616e736c6174696f6e732f6c6963656e7365)](https://packagist.org/packages/qobo/cakephp-translations)[![codecov](https://camo.githubusercontent.com/6c8fe9b16baa3d79da9776cc8990c06e8b71543dda42f7490c59485af05639b2/68747470733a2f2f636f6465636f762e696f2f67682f516f626f4c74642f63616b657068702d7472616e736c6174696f6e732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/QoboLtd/cakephp-translations)

About
-----

[](#about)

CakePHP 3+ plugin for managing content translations.

Developed by [Qobo](https://www.qobo.biz), used in [Qobrix](https://qobrix.com).

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require qobo/cakephp-translations

```

Run plugin's migration task:

```
bin/cake migrations migrate -p Translations

```

Setup
-----

[](#setup)

Load plugin

```
bin/cake plugin load --routes --bootstrap Translations

```

To load the Translations component in your application just add behavior Translate into your table initialization method:

```
public function initialize(array $config)
{
    $this->addBehavior('Translate');
}

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1100d ago

### Community

Maintainers

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

---

Top Contributors

[![EugeneMakita](https://avatars.githubusercontent.com/u/73113215?v=4)](https://github.com/EugeneMakita "EugeneMakita (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eugenec138-cakephp-translations/health.svg)

```
[![Health](https://phpackages.com/badges/eugenec138-cakephp-translations/health.svg)](https://phpackages.com/packages/eugenec138-cakephp-translations)
```

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)

PHPackages © 2026

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