PHPackages                             tobur/gedmo-translation-form - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tobur/gedmo-translation-form

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tobur/gedmo-translation-form
============================

0.4.6(7y ago)11.6kPHPPHP &gt;=7.1.3

Since Feb 21Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Tobur/gedmo-translation-form)[ Packagist](https://packagist.org/packages/tobur/gedmo-translation-form)[ RSS](/packages/tobur-gedmo-translation-form/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (5)Versions (11)Used By (0)

[![How to look like](https://raw.githubusercontent.com/Tobur/gedmo-translation-form/master/how-to-lool-like.png)](https://raw.githubusercontent.com/Tobur/gedmo-translation-form/master/how-to-lool-like.png)

Setup:

```
composer require tobur/gedmo-translation-form

```

Add to config parameters:

```
locales:
  - ua
  - en
default_locale: ua

```

To twig:

```
twig:
  form_themes:
    - 'GedmoTranslationFormBundle:Form:translatable.html.twig'

```

How to use in Sonata "configureFormFields":

```
        $formMapper->add(
            'name',
            TranslationType::class,
            [
                'required_locales' => ['en'],
                'type' => TextType::class,
            ]
        );

        $formMapper->getFormBuilder()->setData($this->getSubject());

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~29 days

Recently: every ~17 days

Total

9

Last Release

2817d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1667693?v=4)[Olexandr Sharamko](/maintainers/Tobur)[@Tobur](https://github.com/Tobur)

---

Top Contributors

[![Tobur](https://avatars.githubusercontent.com/u/1667693?v=4)](https://github.com/Tobur "Tobur (3 commits)")

### Embed Badge

![Health badge](/badges/tobur-gedmo-translation-form/health.svg)

```
[![Health](https://phpackages.com/badges/tobur-gedmo-translation-form/health.svg)](https://phpackages.com/packages/tobur-gedmo-translation-form)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)

PHPackages © 2026

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