PHPackages                             tadcka/text-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. tadcka/text-bundle

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

tadcka/text-bundle
==================

I18n text manager on Symfony2

v0.2.0(11y ago)040MITPHPPHP &gt;=5.3.3

Since Jan 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tadcka/TextBundle)[ Packagist](https://packagist.org/packages/tadcka/text-bundle)[ Docs](https://github.com/tadcka/TextBundle)[ RSS](/packages/tadcka-text-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (6)Versions (3)Used By (0)

TextBundle
==========

[](#textbundle)

[![Scrutinizer Quality Score](https://camo.githubusercontent.com/969ac4bc6a7e56dbdbcdf4f415683de454074a6ce19e9372e973729f5a04f0cf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f5465787442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d34323132323763653837623333623434613634336239306364646532336535333432316264366166)](https://scrutinizer-ci.com/g/tadcka/TextBundle/)

Localized texts manager.

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

[](#installation)

### Step 1: Download TadckaTextBundle using composer

[](#step-1-download-tadckatextbundle-using-composer)

Add TadckaTextBundle in your composer.json:

```
{
    "require": {
        "tadcka/text-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/text-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
