PHPackages                             nkt/translate-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. nkt/translate-bundle

ActiveSymfony-bundle

nkt/translate-bundle
====================

Bundle provides translation mechanism for Doctrine entities

016PHP

Since Sep 4Pushed 11y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Translate bundle
================

[](#translate-bundle)

Bundle provides translation mechanism for Doctrine entities.

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

[](#installation)

Add to your `composer.json`:

```
{
    "require": {
        "nkt/translate-bundle": "~0.1"
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
```

Enable the bundle in the kernel:

```
