PHPackages                             inblank/yii2-transliter - 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. inblank/yii2-transliter

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

inblank/yii2-transliter
=======================

Yii2 transliterator

0.1.1(8y ago)123.4k1MITPHP

Since May 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/inblank/yii2-transliter)[ Packagist](https://packagist.org/packages/inblank/yii2-transliter)[ Docs](https://github.com/inblank/yii2-transliter)[ RSS](/packages/inblank-yii2-transliter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (1)

Yii2 transliterator
===================

[](#yii2-transliterator)

[![Build Status](https://camo.githubusercontent.com/c4666b9283aee670bc3648c0de14142eb78d8839a74115fcdeeea095c7316551/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696e626c616e6b2f796969322d7472616e736c697465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/inblank/yii2-transliter)[![Packagist Version](https://camo.githubusercontent.com/91e8720236bfdb29d10f8cb04ed7f1871774fdf35f15f01570812af382538466/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e626c616e6b2f796969322d7472616e736c697465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inblank/yii2-transliter)[![Code Coverage](https://camo.githubusercontent.com/ccd044ac3319c38af9acc04f0b225695082b8575b966490f9d5e1c6719c9ab3d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f696e626c616e6b2f796969322d7472616e736c697465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/inblank/yii2-transliter/?branch=master)[![Code Quality](https://camo.githubusercontent.com/390a203adcd3f42b691ec31537a9da4b78244913512171c8304e5e8c7330fa59/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696e626c616e6b2f796969322d7472616e736c697465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/inblank/yii2-transliter/?branch=master)[![GitHub license](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/inblank/yii2-transliter/master/LICENSE)

> **[Русская версия](https://github.com/inblank/yii2-transliter/blob/master/README_RU.md)** доступна [здесь](https://github.com/inblank/yii2-transliter/blob/master/README_RU.md).

This transliteration component is used mainly for the transliteration of strings in the Russian language by the rules which are well understood [Yandex](http://www.yandex.ru), and used to improve SEO.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Navigate to the project folder and run the console command:

```
$ composer require inblank/yii2-transliter
```

or add:

```
"inblank/yii2-transliter": "~0.1"
```

to the `require` section of your `composer.json` file.

Configuring
-----------

[](#configuring)

In the application configuration file in section `components` add the lines:

```
'transliter' => [
    'class' => 'inblank\transliter\Transliter',
],
```

As with all components in Yii2 you can set your parameters for the class.

### Usage

[](#usage)

To transliterate of the string simple run:

```
$result = Yii::$app->transliter->translate($str);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

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 ~426 days

Total

2

Last Release

3216d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/433803cfd4ffaa6ed53792ce7596b33ebaf36b9fe111e4724c621cdb3f6dc288?d=identicon)[inblank](/maintainers/inblank)

---

Top Contributors

[![inblank](https://avatars.githubusercontent.com/u/693804?v=4)](https://github.com/inblank "inblank (5 commits)")

---

Tags

yii2yandextranslitrussianяндекс

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/inblank-yii2-transliter/health.svg)

```
[![Health](https://phpackages.com/badges/inblank-yii2-transliter/health.svg)](https://phpackages.com/packages/inblank-yii2-transliter)
```

###  Alternatives

[wapmorgan/yii2-inflection

Inflection extension for Yii2. Support for English / Russian languages to inflect words / names / numbers / money / date&amp;time.

32112.3k](/packages/wapmorgan-yii2-inflection)

PHPackages © 2026

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