PHPackages                             astina/translation-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. [Database &amp; ORM](/categories/database)
4. /
5. astina/translation-bundle

AbandonedArchivedSymfony-bundle[Database &amp; ORM](/categories/database)

astina/translation-bundle
=========================

DoctrineLoader to store translations in the database plus simple admin UI to edit translation messages.

1.0.0(9y ago)0468MITPHP

Since May 6Pushed 4y ago19 watchersCompare

[ Source](https://github.com/astina/AstinaTranslationBundle)[ Packagist](https://packagist.org/packages/astina/translation-bundle)[ Docs](http://astina.ch)[ RSS](/packages/astina-translation-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Astina Translation Bundle
=========================

[](#astina-translation-bundle)

DoctrineLoader to store translations in the database plus simple admin UI to edit translation messages.

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

[](#installation)

### Step 1: Add to composer.json

[](#step-1-add-to-composerjson)

```
"require":  {
    "astina/translation-bundle":"dev-master",
}
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
