PHPackages                             lidaa/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. [Localization &amp; i18n](/categories/localization)
4. /
5. lidaa/trans-bundle

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

lidaa/trans-bundle
==================

LidaaTransBundle

16PHP

Since Oct 10Pushed 13y ago2 watchersCompare

[ Source](https://github.com/lidaa/LidaaTransBundle)[ Packagist](https://packagist.org/packages/lidaa/trans-bundle)[ RSS](/packages/lidaa-trans-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

LidaaTransBundle
================

[](#lidaatransbundle)

[![Build Status](https://camo.githubusercontent.com/36dc30967aac87f5d9f98e4303851fc2d04347b5e115ab390997416d0cde4b3a/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6c696461612f4c696461615472616e7342756e646c652e706e67)](http://travis-ci.org/lidaa/LidaaTransBundle)

Provides a web interface to manage translations of different project bundles

Requirement
===========

[](#requirement)

- Symfony version 2.0.9 or later (2.0.x)

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

[](#installation)

**1- Add the following lines in your deps file:**

```
[LidaaTransBundle]
	 git=git://github.com/lidaa/LidaaTransBundle.git
	 target=/bundles/Lidaa/TransBundle

```

**2- Now, run the vendors script to download the bundle:**

```
$ php bin/vendors install

```

**3- Add LidaaTransBundle to your application kernel:**

```
// app/AppKernel.php
public function registerBundles()
{
	 return array(
	     // ...
	     new Lidaa\TransBundle\LidaaTransBundle(),
	     // ...
	 );
}

```

**4- Add the 'Lidaa' namespace to your autoloader:**

```
// app/autoload.php
$loader->registerNamespaces(array(
	 //...
	 'Lidaa' => __DIR__.'/../vendor/bundles',
	 //...
));

```

Usage
=====

[](#usage)

Load editor in browser

```
app_dev.php/_translator/index

```

TODO
====

[](#todo)

- Add support for translation files based on xml or php

enjoy :)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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