PHPackages                             iqual/trans-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. iqual/trans-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

iqual/trans-bundle
==================

0.1.13(2y ago)012PHP

Since Apr 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/iqual-ch/trans-bundle)[ Packagist](https://packagist.org/packages/iqual/trans-bundle)[ RSS](/packages/iqual-trans-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (16)Used By (0)

TransBundle
===========

[](#transbundle)

Provides database-backed translation management with GUI.

Installation
============

[](#installation)

```
composer require mpom/trans-bundle
```

Add to your AppKernel.php:

```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new TransBundle\TransBundle,
            // ...
        )
    }
```

Configuration
=============

[](#configuration)

Make sure that you have enabled translator service in your config.yml. In your config.yml file add new options:

```
trans:
    locales: [en, de] # managed locales
    layout: AppBundle:Admin:Layout/translations.html.twig # optional, layout file
```

Add to app/config/routing.yml:

```
trans_gui:
    resource: "@TransBundle/Resources/config/routing.yml"
    prefix:   /
```

Import database structure:

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

Dump assets:

```
console assets:install --symlink
```

Usage
=====

[](#usage)

Navigate to /trans page.

Command line:

```
console trans:import # call to import translations from files to database
```

**Note:**For every bundle and locale put enpty file into Resources/translations folder in format `..orm`. For example: instead of `messages.en.yml` keep `messages.en.orm`.

This bundle automatically adds untranslated strings to database at runtime.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~259 days

Recently: every ~825 days

Total

14

Last Release

731d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90cd0a373720aba510d144cf310f4b036ae8d79f1f7385d663ae20b87a3fb017?d=identicon)[pvbergen](/maintainers/pvbergen)

![](https://www.gravatar.com/avatar/43082de1b2e2b2b2d48b7ff7dbc7c60ff1d0a015123d4062ac0b49ea0b3b725f?d=identicon)[iqual](/maintainers/iqual)

---

Top Contributors

[![alex-oleshkevich](https://avatars.githubusercontent.com/u/635848?v=4)](https://github.com/alex-oleshkevich "alex-oleshkevich (3 commits)")

### Embed Badge

![Health badge](/badges/iqual-trans-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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