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

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

nullisnot0/symfony-translation-bundle
=====================================

0.8.2(6y ago)01.1kMITPHPPHP ^5.5 || ^7.0

Since Dec 27Pushed 6y agoCompare

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

READMEChangelog (1)Dependencies (25)Versions (25)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)[![Coding Style](https://camo.githubusercontent.com/57543d0b404adcde342d14c0a56cd9301a3d9ab72b89e6b9551bff85fc236743/68747470733a2f2f7374796c6563692e696f2f7265706f732f37353436323231302f736869656c64)](https://styleci.io/repos/75462210)

**Symfony integration for PHP Translation**

Install
-------

[](#install)

Via Composer

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

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Translation\Bundle\TranslationBundle(),
        }
    }
}
```

An example configuration looks like this:

```
# config.yml
translation:
    locales: ["en", "sv"]
    symfony_profiler: # must be placed in config_dev.yml
        enabled: true
    webui:
        enabled: true
    edit_in_place:
        enabled: true
        config_name: default # the first one or one of your configs
        activator: php_translation.edit_in_place.activator
    configs:
        app:
            dirs: ["%kernel.root_dir%/Resources/views", "%kernel.root_dir%/../src"]
            output_dir: "%kernel.root_dir%/Resources/translations"
            excluded_names: ["*TestCase.php", "*Test.php"]
            excluded_dirs: [cache, data, logs]
```

```
# routing_dev.yml
_translation_webui:
    resource: "@TranslationBundle/Resources/config/routing_webui.yml"
    prefix:  /admin

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

```
# routing.yml
_translation_edit_in_place:
    resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml'
    prefix:  /admin
```

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

[](#documentation)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.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 ~52 days

Recently: every ~118 days

Total

18

Last Release

2533d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/796a00b3f92da7832365edfea80d99491b326099dfde67349266653c53905b56?d=identicon)[NullIsNot0](/maintainers/NullIsNot0)

---

Top Contributors

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (145 commits)")[![damienalexandre](https://avatars.githubusercontent.com/u/225704?v=4)](https://github.com/damienalexandre "damienalexandre (6 commits)")[![rvanlaak](https://avatars.githubusercontent.com/u/2707563?v=4)](https://github.com/rvanlaak "rvanlaak (6 commits)")[![bocharsky-bw](https://avatars.githubusercontent.com/u/3317635?v=4)](https://github.com/bocharsky-bw "bocharsky-bw (6 commits)")[![welcoMattic](https://avatars.githubusercontent.com/u/773875?v=4)](https://github.com/welcoMattic "welcoMattic (5 commits)")[![lsv](https://avatars.githubusercontent.com/u/20708?v=4)](https://github.com/lsv "lsv (5 commits)")[![mvrhov](https://avatars.githubusercontent.com/u/450008?v=4)](https://github.com/mvrhov "mvrhov (3 commits)")[![NullIsNot0](https://avatars.githubusercontent.com/u/12268397?v=4)](https://github.com/NullIsNot0 "NullIsNot0 (3 commits)")[![ctaverne](https://avatars.githubusercontent.com/u/16391238?v=4)](https://github.com/ctaverne "ctaverne (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)")[![nckenn](https://avatars.githubusercontent.com/u/7109270?v=4)](https://github.com/nckenn "nckenn (1 commits)")[![pimolo](https://avatars.githubusercontent.com/u/5771858?v=4)](https://github.com/pimolo "pimolo (1 commits)")[![plutonio21](https://avatars.githubusercontent.com/u/16163823?v=4)](https://github.com/plutonio21 "plutonio21 (1 commits)")[![rpkamp](https://avatars.githubusercontent.com/u/1059790?v=4)](https://github.com/rpkamp "rpkamp (1 commits)")[![samnela](https://avatars.githubusercontent.com/u/1852108?v=4)](https://github.com/samnela "samnela (1 commits)")[![TheDevilOnLine](https://avatars.githubusercontent.com/u/2675104?v=4)](https://github.com/TheDevilOnLine "TheDevilOnLine (1 commits)")[![timmtim](https://avatars.githubusercontent.com/u/1760124?v=4)](https://github.com/timmtim "timmtim (1 commits)")[![mastercoding](https://avatars.githubusercontent.com/u/306659?v=4)](https://github.com/mastercoding "mastercoding (1 commits)")[![andreybolonin](https://avatars.githubusercontent.com/u/2576509?v=4)](https://github.com/andreybolonin "andreybolonin (1 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M647](/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.7M309](/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)
