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

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

translation-bundle/translate-manager
====================================

0.12.1(6y ago)013MITPHPPHP ^7.1

Since Dec 27Pushed 6y agoCompare

[ Source](https://github.com/david221189av/symfony-bundle)[ Packagist](https://packagist.org/packages/translation-bundle/translate-manager)[ RSS](/packages/translation-bundle-translate-manager/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (25)Versions (28)Used By (0)

Translation Bundle
==================

[](#translation-bundle)

[![Latest Version](https://camo.githubusercontent.com/13ff43d8f0af781a48e5efe3e3ece3efa7acad420749c17f34f6de366e21e30a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7068702d7472616e736c6174696f6e2f73796d666f6e792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/php-translation/symfony-bundle/releases)[![Build Status](https://camo.githubusercontent.com/f9e0b0be26b80e0881dbb5b66e899130099da80dc1d246c59cf28e072582a881/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d7472616e736c6174696f6e2f73796d666f6e792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/php-translation/symfony-bundle)[![Code Coverage](https://camo.githubusercontent.com/d46772118a5d0e24efbd2ad82a1c6470eaa4df16df86b06f15720b43435edbc8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7068702d7472616e736c6174696f6e2f73796d666f6e792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/php-translation/symfony-bundle)[![Quality Score](https://camo.githubusercontent.com/54ad40f81cc3e4ffd3722ede10e100b923b14fdd207a0846e270590ea0583685/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7068702d7472616e736c6174696f6e2f73796d666f6e792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/php-translation/symfony-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/c9b88d76fc44f38915b13f76ec863e0a0d5109d714a2bb0bf409c272480a167e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63323839656265322d343163342d343239662d616662612d6465326639303562396264622f6d696e692e706e67)](https://insight.sensiolabs.com/projects/c289ebe2-41c4-429f-afba-de2f905b9bdb)[![Total Downloads](https://camo.githubusercontent.com/aa950732a47083d40b868def4077c8f77689c2a04c9a7e4d56918b6f0bc5add9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068702d7472616e736c6174696f6e2f73796d666f6e792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/php-translation/symfony-bundle)

**Symfony integration for PHP Translation**

Install
-------

[](#install)

Install this bundle via Composer:

```
$ composer require php-translation/symfony-bundle
```

If you're using [Symfony Flex](https://github.com/symfony/flex) - you're done! Symfony Flex will create default configuration for you, change it if needed. If you don't use Symfony Flex, you will need to do a few more simple steps.

1. First, register the bundle:

```
# config/bundles.php
return [
    // ...
    Translation\Bundle\TranslationBundle::class => ['all' => true],
];
```

2. Then, configure the bundle. An example configuration looks like this:

```
# config/packages/php_translation.yaml
translation:
    locales: ["en"]
    edit_in_place:
        enabled: false
        config_name: app
    configs:
        app:
            dirs: ["%kernel.project_dir%/templates", "%kernel.project_dir%/src"]
            output_dir: "%kernel.project_dir%/translations"
            excluded_names: ["*TestCase.php", "*Test.php"]
            excluded_dirs: [cache, data, logs]
```

```
# config/packages/dev/php_translation.yaml
translation:
    symfony_profiler:
        enabled: true
    webui:
        enabled: true
```

3. And the last step, add new routes:

```
# config/routes/dev/php_translation.yaml
_translation_webui:
    resource: "@TranslationBundle/Resources/config/routing_webui.yaml"
    prefix:  /admin

_translation_profiler:
    resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'
```

```
# config/routes/php_translation.yaml
_translation_edit_in_place:
    resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'
    prefix:  /admin
```

Documentation
-------------

[](#documentation)

Read the full documentation at [http://php-translation.readthedocs.io](https://php-translation.readthedocs.io/en/latest/).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.8% 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 ~44 days

Recently: every ~11 days

Total

27

Last Release

2270d ago

PHP version history (2 changes)0.1.0PHP ^5.5 || ^7.0

0.9.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/43a5e8fd96fc026bc75af97b5367e93301535e8854bb37c0451286a113cbe6ff?d=identicon)[david221189av](/maintainers/david221189av)

---

Top Contributors

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (178 commits)")[![bocharsky-bw](https://avatars.githubusercontent.com/u/3317635?v=4)](https://github.com/bocharsky-bw "bocharsky-bw (17 commits)")[![welcoMattic](https://avatars.githubusercontent.com/u/773875?v=4)](https://github.com/welcoMattic "welcoMattic (16 commits)")[![rvanlaak](https://avatars.githubusercontent.com/u/2707563?v=4)](https://github.com/rvanlaak "rvanlaak (14 commits)")[![XWB](https://avatars.githubusercontent.com/u/1032281?v=4)](https://github.com/XWB "XWB (9 commits)")[![lsv](https://avatars.githubusercontent.com/u/20708?v=4)](https://github.com/lsv "lsv (6 commits)")[![Jeroeny](https://avatars.githubusercontent.com/u/1517978?v=4)](https://github.com/Jeroeny "Jeroeny (6 commits)")[![damienalexandre](https://avatars.githubusercontent.com/u/225704?v=4)](https://github.com/damienalexandre "damienalexandre (6 commits)")[![nicwortel](https://avatars.githubusercontent.com/u/1055691?v=4)](https://github.com/nicwortel "nicwortel (6 commits)")[![Guite](https://avatars.githubusercontent.com/u/277531?v=4)](https://github.com/Guite "Guite (5 commits)")[![mvrhov](https://avatars.githubusercontent.com/u/450008?v=4)](https://github.com/mvrhov "mvrhov (3 commits)")[![andreybolonin](https://avatars.githubusercontent.com/u/2576509?v=4)](https://github.com/andreybolonin "andreybolonin (3 commits)")[![Kocal](https://avatars.githubusercontent.com/u/2103975?v=4)](https://github.com/Kocal "Kocal (2 commits)")[![albingi](https://avatars.githubusercontent.com/u/10200016?v=4)](https://github.com/albingi "albingi (2 commits)")[![nstapelbroek](https://avatars.githubusercontent.com/u/3368018?v=4)](https://github.com/nstapelbroek "nstapelbroek (2 commits)")[![toooni](https://avatars.githubusercontent.com/u/241080?v=4)](https://github.com/toooni "toooni (2 commits)")[![bobdenotter](https://avatars.githubusercontent.com/u/1833361?v=4)](https://github.com/bobdenotter "bobdenotter (2 commits)")[![ctaverne](https://avatars.githubusercontent.com/u/16391238?v=4)](https://github.com/ctaverne "ctaverne (2 commits)")[![carlos-ea](https://avatars.githubusercontent.com/u/5512089?v=4)](https://github.com/carlos-ea "carlos-ea (1 commits)")[![samnela](https://avatars.githubusercontent.com/u/1852108?v=4)](https://github.com/samnela "samnela (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[php-translation/symfony-bundle

3244.1M9](/packages/php-translation-symfony-bundle)

PHPackages © 2026

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