PHPackages                             mopro/translation-ui-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. mopro/translation-ui-bundle

ActiveLibrary[Localization &amp; i18n](/categories/localization)

mopro/translation-ui-bundle
===========================

A different UI for the JMSTranslationBundle

0.2.0(10y ago)5435MITJavaScript

Since Feb 9Pushed 10y ago2 watchersCompare

[ Source](https://github.com/moprodotio/MoproTranslationUIBundle)[ Packagist](https://packagist.org/packages/mopro/translation-ui-bundle)[ RSS](/packages/mopro-translation-ui-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

MoproTranslationUIBundle
========================

[](#moprotranslationuibundle)

A [different UI](https://twitter.com/de_la_tech/status/696777702645309440) for the JMSTranslationBundle.

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

[](#installation)

- Install the bundle through composer

    ```
      composer require mopro/translation-ui-bundle
      php app/console assets:install

    ```
- Instanciate the bundle for the `dev` environment

    ```
      if ('dev' === $this->getEnvironment()) {
          $bundles[] = new Mopro\Bundle\TranslationUIBundle\MoproTranslationUIBundle();
      }

    ```
- Import routing in your `app/config/routing_dev.yml` file

    ```
      mopro_translation_ui:
          resource: "@MoproTranslationUIBundle/Controller/"
          type:     annotation

    ```

(The routing will conflict with the existing JMSTranslation UI, so remove the routes imports if needed)

Usage
-----

[](#usage)

Go to `http://your.website/app_dev.php/_trans` and start translating.

Development
-----------

[](#development)

This bundle relies on Javascript. It uses all the cool things we have in 2016 (see package.json file for a list of dependencies). If you want to develop, make sure you have at least node and npm installed. Then, you will need to run these command:

```
npm install -g webpack
npm install

```

In order to generate the javascript file, you will need to run the `webpack` command.

Remember to `symlink` your assets by using the `php app/console assets:install --symlink` command

LICENSE
-------

[](#license)

See LICENSE file.

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

3839d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5869940?v=4)[futurecat](/maintainers/futurecat)[@futurecat](https://github.com/futurecat)

---

Top Contributors

[![marcw](https://avatars.githubusercontent.com/u/160332?v=4)](https://github.com/marcw "marcw (8 commits)")

### Embed Badge

![Health badge](/badges/mopro-translation-ui-bundle/health.svg)

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

PHPackages © 2026

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