PHPackages                             228vit/my-i18n-plugin - 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. 228vit/my-i18n-plugin

ActiveSymfony1-plugin[Localization &amp; i18n](/categories/localization)

228vit/my-i18n-plugin
=====================

Symfony 1.4+ Plugin. Make all i18n signs on your site editable from backend

09PHP

Since Apr 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/228vit/myI18NPlugin)[ Packagist](https://packagist.org/packages/228vit/my-i18n-plugin)[ RSS](/packages/228vit-my-i18n-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
Store in DB, and edit in backend, all i18n items used on your site

* Installation

$ git submodule add git://github.com/228vit/myII18NPlugin.git plugins/myII18NPlugin
$ git submodule init
$ git submodule update
$ symfony doctrine:generate-migrations-diff
$ symfony doctrine:generate-migrate

* Enable plugin in config/ProjectConfiguration.class.php

{{{
class ProjectConfiguration extends sfProjectConfiguration
{
  public function setup()
  {
    $this->enablePlugin('myII18NPlugin');

}}}

* Usage
{{{
  myI18N::get('site.company_name', 'Company name', 'en');
}}}

Please note, if setting does not exists, new one will be created with default value.

* Manage translations in admin

  Generate admin module

  $ ./symfony doctrine:generate-admin backend I18NItem --module=i18n
  backend.php/i18n

* Edit form lib/form/doctrine/

* To reduce DB queries lets dump all setting into sfConfig

Edit apps/appName/config/filters.yml
myII18N:
  class:    myII18NFilter

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a32df380559ad6ae02007ebee6012cfd1c63d7d2bb96f1415396c9fb71bf957?d=identicon)[228vit](/maintainers/228vit)

---

Top Contributors

[![228vit](https://avatars.githubusercontent.com/u/81143?v=4)](https://github.com/228vit "228vit (1 commits)")

### Embed Badge

![Health badge](/badges/228vit-my-i18n-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/228vit-my-i18n-plugin/health.svg)](https://phpackages.com/packages/228vit-my-i18n-plugin)
```

###  Alternatives

[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)[statikbe/laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.

36149.4k6](/packages/statikbe-laravel-chained-translator)

PHPackages © 2026

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