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 today

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 13% 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

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)

PHPackages © 2026

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