PHPackages                             mdm/translator-checker-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. mdm/translator-checker-bundle

ActiveSymfony-bundle

mdm/translator-checker-bundle
=============================

Help you to check all your twig strings was translated - and all your translation keys exists

2.6(11y ago)144.5k3MITPHP

Since Apr 2Pushed 11y ago11 watchersCompare

[ Source](https://github.com/maisonsdumonde/MDMTranslatorCheckerBundle)[ Packagist](https://packagist.org/packages/mdm/translator-checker-bundle)[ RSS](/packages/mdm-translator-checker-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (7)Used By (0)

MDMTranslatorCheckerBundle
==========================

[](#mdmtranslatorcheckerbundle)

Is a tool to help you fix your translations files.

Versions
--------

[](#versions)

Please use 2.1 branch for Symfony 2.1.\* applications :

```
composer require mdm/translator-checker-bundle 2.1@dev

```

Use master branch for Symfony 2.2.\* applications :

```
composer require mdm/translator-checker-bundle dev-master

```

And use 2.6 branch for Symfony 2.6.\* applications :

```
composer require mdm/translator-checker-bundle 2.6.*

```

Usages
------

[](#usages)

### Add the bundle to your AppKernel

[](#add-the-bundle-to-your-appkernel)

```
...
new MDM\TranslatorCheckerBundle\MDMTranslatorCheckerBundle(),
...
```

### Detect duplicate of translation values

Sometimes your files can contains to keys with same values, used the next command to detect them :

```

php app/console translation:check-duplicates \[culture\]

```

### Detect missing tanslations

You can sometime forget to add `{% trans %}` token or `{{ "thing"|trans }}` filter. Can also make typos in your translations keys.

```

php app/console translation:check-missings \[culture\]

```

If you want to output in a Junit file use :

```

php app/console translation:check-missings en -n --junit myjunit.xml

```

Or for multiple cultures at the same time :

```

php app/console translation:check-missings fr,en -n --junit myjunit.xml

```

### Detect unused translation keys

If you want to detect keys not used in your twig :

```

php app/console translation:check-missings \[culture\] --show-unused

```

Of course can also be outputed in junit :

```

php app/console translation:check-missings fr,en -n --junit myjunit.xml --show-unused

```

```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~131 days

Recently: every ~164 days

Total

6

Last Release

4136d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/869fd70ad92f0e6372c2ae53e5474f72a6103554b93238aa3f9c9773ddb07ccd?d=identicon)[ltouati](/maintainers/ltouati)

---

Top Contributors

[![cedriclombardot](https://avatars.githubusercontent.com/u/651484?v=4)](https://github.com/cedriclombardot "cedriclombardot (3 commits)")[![mdmvcoste](https://avatars.githubusercontent.com/u/10561651?v=4)](https://github.com/mdmvcoste "mdmvcoste (1 commits)")

---

Tags

bundleSymfony2translator

### Embed Badge

![Health badge](/badges/mdm-translator-checker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mdm-translator-checker-bundle/health.svg)](https://phpackages.com/packages/mdm-translator-checker-bundle)
```

###  Alternatives

[symfonyid/admin-bundle

Provide Admin Generator with KISS Principle

141.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

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