PHPackages                             openclassrooms/translation-bundle - 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. openclassrooms/translation-bundle

ActiveSymfony-bundle[Localization &amp; i18n](/categories/localization)

openclassrooms/translation-bundle
=================================

Symfony2 Bundle for Translation Workflow

04.8kPHP

Since Jul 1Pushed 10y ago26 watchersCompare

[ Source](https://github.com/OpenClassrooms/TranslationBundle)[ Packagist](https://packagist.org/packages/openclassrooms/translation-bundle)[ RSS](/packages/openclassrooms-translation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

TranslationBundle
=================

[](#translationbundle)

[![Build Status](https://camo.githubusercontent.com/a088afa32bd33e8d86e08e68c66575a303bb518df48669c019b2743b878bc8ea/68747470733a2f2f7472617669732d63692e6f72672f4f70656e436c617373726f6f6d732f5472616e736c6174696f6e42756e646c652e737667)](https://travis-ci.org/OpenClassrooms/TranslationBundle)[![Coverage Status](https://camo.githubusercontent.com/62c08158729c2f6f01838bc9f966e2012c9bea6320dc8754a007706552aed32a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f4f70656e436c617373726f6f6d732f5472616e736c6174696f6e42756e646c652f62616467652e737667)](https://coveralls.io/r/OpenClassrooms/TranslationBundle)[![SensioLabsInsight](https://camo.githubusercontent.com/b25c02bc5867e5180d44ec26a64588e672d32115888b6b9968c788c9781eafd5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32653036306132362d376139622d343534392d396134342d6332616563376334326232342f6d696e692e706e67)](https://insight.sensiolabs.com/projects/2e060a26-7a9b-4549-9a44-c2aec7c42b24)

Symfony2 Bundle that checks missing translations keys and fix Transifex behavior

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

[](#installation)

This bundle can be installed using composer:

`composer require openclassrooms/translation-bundle`or by adding the package to the composer.json file directly.

```
{
    "require": {
        "openclassrooms/translation-bundle": "*"
    }
}
```

After the package has been installed, add the bundle to the AppKernel.php file:

```
// in AppKernel::registerBundles()
    $bundles = array(
        // ...
        new OpenClassrooms\Bundle\TranslationBundle\OpenClassroomsTranslationBundle(),
        // ...
);
```

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

[](#configuration)

Add the elasticsearch hosts to the config.yml

```
openclassrooms_translation:
    locale_source: fr
    locale_targets:
        - en
        - es
    bundles:
        - AppBundle
        - UserBundle
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.1% 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/d82b0e2dcc1728eacb2b83c259311b5ea7c3253bd08f1341d45df79bdd9ba77a?d=identicon)[openclassrooms-admin](/maintainers/openclassrooms-admin)

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

---

Top Contributors

[![crazymad](https://avatars.githubusercontent.com/u/2123580?v=4)](https://github.com/crazymad "crazymad (35 commits)")[![openclassrooms-admin](https://avatars.githubusercontent.com/u/5527358?v=4)](https://github.com/openclassrooms-admin "openclassrooms-admin (2 commits)")[![kletord](https://avatars.githubusercontent.com/u/392556?v=4)](https://github.com/kletord "kletord (1 commits)")

### Embed Badge

![Health badge](/badges/openclassrooms-translation-bundle/health.svg)

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

###  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)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

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

256423.2k2](/packages/larswiegers-laravel-translations-checker)[inpsyde/multilingual-press

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

2414.0k1](/packages/inpsyde-multilingual-press)[statikbe/laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.

36149.4k6](/packages/statikbe-laravel-chained-translator)

PHPackages © 2026

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