PHPackages                             terra-symfony/trans-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. terra-symfony/trans-manager

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

terra-symfony/trans-manager
===========================

Translate panel for symfony

025PHP

Since Apr 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/david221189av/TranslateManager)[ Packagist](https://packagist.org/packages/terra-symfony/trans-manager)[ RSS](/packages/terra-symfony-trans-manager/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)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 terra-symfony/trans-manager
```

If you're using \[Symfony Flex\]\[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 [
    // ...
    Terra\TransManagerBundle\TransManagerBundle::class => ['all' => true],
];
```

```
# config/packages/trans_manager_translation.yaml
translation_manager:
    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/trans_manager.yaml
trans_manager:
    site_key: 'APP_RECAPTCHA_SITE_KEY'
    secret: 'APP_RECAPTCHA_SECRET'
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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/43a5e8fd96fc026bc75af97b5367e93301535e8854bb37c0451286a113cbe6ff?d=identicon)[david221189av](/maintainers/david221189av)

### Embed Badge

![Health badge](/badges/terra-symfony-trans-manager/health.svg)

```
[![Health](https://phpackages.com/badges/terra-symfony-trans-manager/health.svg)](https://phpackages.com/packages/terra-symfony-trans-manager)
```

###  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)
