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. iqual/trans-bundle

AbandonedArchivedLibrary

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

0.1.13(1y ago)012PHP

Since Apr 3Pushed 1y ago2 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

29

—

LowBetter than 59% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

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

685d 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

[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[kilik/table

Symfony Ajax Datagrid Bundle for doctrine entities

3361.4k](/packages/kilik-table)[pixelfederation/doctrine-resettable-em-bundle

Symfony bundle for decorating default entity managers using a resettable decorator.

20113.5k](/packages/pixelfederation-doctrine-resettable-em-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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

813.1k](/packages/ahmed-bhs-doctrine-doctor)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)

PHPackages © 2026

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