PHPackages                             vicos/yii2-transliterate-behavior - 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. vicos/yii2-transliterate-behavior

ActiveYii2-extension[Localization &amp; i18n](/categories/localization)

vicos/yii2-transliterate-behavior
=================================

The transliterate text for the Yii2 framework

021PHP

Since Aug 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/VicVicos/yii2-transliterate-behavior)[ Packagist](https://packagist.org/packages/vicos/yii2-transliterate-behavior)[ RSS](/packages/vicos-yii2-transliterate-behavior/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Transliterate Behavior
===========================

[](#yii2-transliterate-behavior)

Автоматически выполняет транслитерацию текста

Установка
---------

[](#установка)

Выполнить команду в консоли

```
composer require --prefer-dist sergks/yii2-transliterate-behavior "@dev"
```

или добавить в `composer.json`

```
"require": {
    "vicos/yii2-transliterate-behavior": "@dev"
},
```

Использование
-------------

[](#использование)

```
use vicos\transliterate\TransliterateBehavior;

public function behaviors()
{
    return [
        [
            'class' => TransliterateBehavior::className(),
            'fromAttribute' => 'title',
            'toAttribute' => 'alias',
        ]
    ];
}
```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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://avatars.githubusercontent.com/u/136721?v=4)[Florent Vicard](/maintainers/Vicos)[@Vicos](https://github.com/Vicos)

---

Top Contributors

[![VicVicos](https://avatars.githubusercontent.com/u/18062374?v=4)](https://github.com/VicVicos "VicVicos (5 commits)")[![pilotmt10](https://avatars.githubusercontent.com/u/6638330?v=4)](https://github.com/pilotmt10 "pilotmt10 (1 commits)")

### Embed Badge

![Health badge](/badges/vicos-yii2-transliterate-behavior/health.svg)

```
[![Health](https://phpackages.com/badges/vicos-yii2-transliterate-behavior/health.svg)](https://phpackages.com/packages/vicos-yii2-transliterate-behavior)
```

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)[renatomarinho/laravel-multi-language

Laravel Multi Language

235.1k](/packages/renatomarinho-laravel-multi-language)

PHPackages © 2026

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