PHPackages                             ava007/wnk\_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. ava007/wnk\_translation

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

ava007/wnk\_translation
=======================

Translation plugin for CakePHP

v0.3.3(7y ago)42811[1 issues](https://github.com/ava007/wnk_translation/issues)PHP

Since May 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ava007/wnk_translation)[ Packagist](https://packagist.org/packages/ava007/wnk_translation)[ RSS](/packages/ava007-wnk-translation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (11)Used By (0)

Translation Plugin for CakePHP 3.6
==================================

[](#translation-plugin-for-cakephp-36)

It provides translation services for pot files:

- import strings to be translated from pot files
- translations
    - manual translations
    - translations by google translation services
    - community translations - self service (planned)
- export translated strings to pot files

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

[](#installation)

```
composer require ava007/wnk_translation
```

### Config/bootstrap.php

[](#configbootstrapphp)

```
Plugin::load('WnkTranslation', ['routes' => true, 'autoload' => true, 'bootstrap' => false]);

Configure::write('WnkTranslation', [
    'default_lang' => 'en',    // Language in which the application has been developed
    'trans_lang' => ['de','fr','it'],   // Languages in which the application should be translated to
    'tablePrefix' => '',     // optional prefix for database tables
]);

```

### src/Application.php

[](#srcapplicationphp)

```
class Application //extends BaseApplication {

  public function bootstrap() {
    parent::bootstrap();
    $this->addPlugin('WnkTranslation');
  }
}

```

### Database

[](#database)

run one of the appropriate sql-ddl-script:

- postgresql: ddl-postgresql.sql
- mysql: ddl-mysql.sql

### URL

[](#url)

After installation the plugins is called used the following url:

http://....domainname/wnk-translation/translations/cockpit

References
----------

[](#references)

visit  to see this plugin in action

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.4% 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 ~114 days

Recently: every ~12 days

Total

10

Last Release

2612d ago

### Community

Maintainers

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

---

Top Contributors

[![ava007](https://avatars.githubusercontent.com/u/3790170?v=4)](https://github.com/ava007 "ava007 (173 commits)")[![AdamHyski](https://avatars.githubusercontent.com/u/4146304?v=4)](https://github.com/AdamHyski "AdamHyski (1 commits)")

---

Tags

pot-filestranslate-plugintranslationtranslation-service

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ava007-wnk-translation/health.svg)

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

###  Alternatives

[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)[jrbasso/cake_ptbr

Repositório com arquivos para deixar seu Cake falando português.

917.3k1](/packages/jrbasso-cake-ptbr)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)

PHPackages © 2026

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