PHPackages                             runroom-packages/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. [Database &amp; ORM](/categories/database)
4. /
5. runroom-packages/translation-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

runroom-packages/translation-bundle
===================================

Manage translations on the Sonata Admin interface

0.21.0(7mo ago)176.1k—0%1MITPHPPHP ^8.1

Since Mar 16Pushed 7mo ago4 watchersCompare

[ Source](https://github.com/Runroom/RunroomTranslationBundle)[ Packagist](https://packagist.org/packages/runroom-packages/translation-bundle)[ Docs](https://github.com/runroom/RunroomTranslationBundle)[ RSS](/packages/runroom-packages-translation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (30)Versions (60)Used By (1)

RunroomTranslationBundle
========================

[](#runroomtranslationbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/40c75d43decea1120da28b169b4053e4d080fb2a6396b1fe6a2623d7e8f604d6/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7472616e736c6174696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/runroom-packages/translation-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/c40881b0e41d4f6d875aaf5f5c1eddb2e4ffe8a538ba6c4e15ba79afe6107791/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7472616e736c6174696f6e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/runroom-packages/translation-bundle)[![License](https://camo.githubusercontent.com/6f69a522f32627e5a17fd69ad0ba678e4002f39a5d68b3b19aed8534fa68dd35/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7472616e736c6174696f6e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/runroom-packages/translation-bundle)

[![Total Downloads](https://camo.githubusercontent.com/9b04d5cbfff45911442f8ca822ba1ddbe8c1030633377f7832b1fcbdc15d1857/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7472616e736c6174696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/runroom-packages/translation-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/176636e7c20c15f0cc484c358156fcda903d868f8021a0fa61a746e3dabb19fc/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7472616e736c6174696f6e2d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/runroom-packages/translation-bundle)[![Daily Downloads](https://camo.githubusercontent.com/65b119d6c0cd89dce266d1251e0e69cf36aba9807984fc9aa270da58266ccc5e/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f7472616e736c6174696f6e2d62756e646c652f642f6461696c79)](https://packagist.org/packages/runroom-packages/translation-bundle)

This bundle gives the ability to define and use translations directly on the Sonata Backoffice as a replacement for `yaml` translations of Symfony.

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require runroom-packages/translation-bundle
```

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Runroom\TranslationBundle\RunroomTranslationBundle::class => ['all' => true],
];
```

### Update doctrine schema

[](#update-doctrine-schema)

Finally, execute doctrine schema update to create the new tables:

```
console doctrine:schema:update --force

```

Contribute
----------

[](#contribute)

The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on [runroom/runroom-packages](https://github.com/Runroom/runroom-packages).

License
-------

[](#license)

This bundle is under the [MIT license](LICENSE).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance64

Regular maintenance activity

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 66.5% 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 ~35 days

Recently: every ~113 days

Total

59

Last Release

219d ago

PHP version history (4 changes)0.1.0PHP ^7.3

0.9.1PHP ^7.3 || ^8.0

v0.10.0PHP ^7.4 || ^8.0

0.17.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/33302a19f0ac61f85039144cddb66a44136f96aa64a72e4d3167c6d8f15b59ac?d=identicon)[jordism91](/maintainers/jordism91)

---

Top Contributors

[![jenkins-runroom](https://avatars.githubusercontent.com/u/62430145?v=4)](https://github.com/jenkins-runroom "jenkins-runroom (107 commits)")[![jordisala1991](https://avatars.githubusercontent.com/u/1137485?v=4)](https://github.com/jordisala1991 "jordisala1991 (54 commits)")

---

Tags

doctrinephpsonatasonata-adminsymfonysymfony-bundletranslationtwigsymfonytranslationdoctrineadminsonata

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M648](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[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)

PHPackages © 2026

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