PHPackages                             apploud/nette-doctrine-translatable - 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. apploud/nette-doctrine-translatable

ActiveLibrary[Localization &amp; i18n](/categories/localization)

apploud/nette-doctrine-translatable
===================================

Extension for Nette framework that simplifies translating of Doctrine entities.

v0.5.0(6y ago)016.6kproprietaryPHPPHP &gt;=7.1

Since Nov 14Pushed 5y ago3 watchersCompare

[ Source](https://github.com/JanKonas/nette-doctrine-translatable)[ Packagist](https://packagist.org/packages/apploud/nette-doctrine-translatable)[ RSS](/packages/apploud-nette-doctrine-translatable/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (9)Used By (0)

nette-doctrine-translatable
===========================

[](#nette-doctrine-translatable)

Translatable behaviour extension for Doctrine2 as [Nette](https://nette.org) extension

[![Build Status](https://camo.githubusercontent.com/4b21a21fb2ccfed2fa6ea75a970010d8b5325d16754db0bf833f58ceed4700a6/68747470733a2f2f7472617669732d63692e6f72672f4a616e4b6f6e61732f6e657474652d646f637472696e652d7472616e736c617461626c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/JanKonas/nette-doctrine-translatable)

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

[](#installation)

The best way to install TranslationsConverter is using [Composer](http://getcomposer.org/):

```
$ composer require apploud/nette-doctrine-translatable
```

You can enable the extension using your neon config.

```
extensions:
	translatable: Apploud\Doctrine\Translatable\DI\TranslatableExtension
```

You also need to have an instance of `Doctrine\ORM\EntityManager` defined as a service with autowiring turned on (or pass it in configuration).

Configuration
-------------

[](#configuration)

Configuration example with all possible settings:

```
translatable:
	entityManager: @doctrine.entityManager
	defaultLocale: defaultLocale
	currentLocale: currentLocale
	fallbackLocale: fallbackLocale
	currentLocaleResolver: [@resolverService, 'getCurrentLocale']
	fallbackLocaleResolver: [@resolverService, 'getFallbackLocale']
```

All settings are optional. If `entityManager` is missing, it will be autowired. Any other value defaults to `NULL`. Locale resolver can be any `callable`.

When determining current and fallback locales, priorities are:

1. locale value
2. value from locale resolver
3. default locale

Usage
-----

[](#usage)

See [documentation of doctrine-translatable](https://github.com/JanKonas/doctrine-translatable/blob/master/doc/index.md)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~259 days

Recently: every ~324 days

Total

6

Last Release

2216d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.5.0

v0.3.0PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17852436?v=4)[Apploud](/maintainers/apploud)[@apploud](https://github.com/apploud)

---

Top Contributors

[![jankonas](https://avatars.githubusercontent.com/u/7345659?v=4)](https://github.com/jankonas "jankonas (4 commits)")[![ondrejdockal](https://avatars.githubusercontent.com/u/11374009?v=4)](https://github.com/ondrejdockal "ondrejdockal (3 commits)")

### Embed Badge

![Health badge](/badges/apploud-nette-doctrine-translatable/health.svg)

```
[![Health](https://phpackages.com/badges/apploud-nette-doctrine-translatable/health.svg)](https://phpackages.com/packages/apploud-nette-doctrine-translatable)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4382.8M19](/packages/lexik-translation-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[api-platform/doctrine-orm

Doctrine ORM bridge

263.9M78](/packages/api-platform-doctrine-orm)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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