PHPackages                             paysera/lib-gedmo-translatable-integration-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. paysera/lib-gedmo-translatable-integration-bundle

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

paysera/lib-gedmo-translatable-integration-bundle
=================================================

This library provides means to easily integrate Gedmo Translatable doctrine extension into your project.

3.1.1(5y ago)03.7kPHPPHP ^7.0

Since Sep 17Pushed 5y ago7 watchersCompare

[ Source](https://github.com/paysera/lib-gedmo-translatable-integration-bundle)[ Packagist](https://packagist.org/packages/paysera/lib-gedmo-translatable-integration-bundle)[ RSS](/packages/paysera-lib-gedmo-translatable-integration-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (11)Versions (13)Used By (0)

lib-gedmo-translatable-integration-bundle
=========================================

[](#lib-gedmo-translatable-integration-bundle)

This library provides means to easily integrate [Gedmo Translatable](https://github.com/Atlantic18/DoctrineExtensions/blob/v2.4.x/doc/translatable.md) doctrine extension into your project.

Why?
----

[](#why)

Managing entities translations sometimes can become an overhead, that adds unnecessary cognitive-load for developers. This library helps you by loading all translations and translating the entity automatically, without the necessity to do it manually.

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

[](#installation)

Append `new Paysera\Bundle\GedmoTranslatableIntegrationBundle\PayseraGedmoTranslatableIntegrationBundle()` to your project Symfony kernel bundles.

Append `config.yml`:

```
paysera_gedmo_translatable_integration:
    default_locale: ''
```

`default_locale` - this is your application default locale.

Usage
-----

[](#usage)

#### Define translatable entities

[](#define-translatable-entities)

```
