PHPackages                             dastanaron/yii2-translit - 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. dastanaron/yii2-translit

ActiveExtension[Utility &amp; Helpers](/categories/utility)

dastanaron/yii2-translit
========================

Transliteration symbols rus-en and en-rus

1.0.0(8y ago)858.2k↓25.5%21GPL-3.0+PHP

Since Oct 12Pushed 8y agoCompare

[ Source](https://github.com/dastanaron/yii2-translit)[ Packagist](https://packagist.org/packages/dastanaron/yii2-translit)[ RSS](/packages/dastanaron-yii2-translit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Transliterator
==============

[](#transliterator)

Transliteration symbols rus-en and en-rus

[![Latest Stable Version](https://camo.githubusercontent.com/e2f7a6441a53e90ce3a676f860333ae4e2e41bde6c95308e98a7b983038b4489/68747470733a2f2f706f7365722e707567782e6f72672f64617374616e61726f6e2f796969322d7472616e736c69742f76657273696f6e)](https://packagist.org/packages/dastanaron/yii2-migrate-updater)[![Total Downloads](https://camo.githubusercontent.com/8c127c0a959323fd0b10a38d84394aea1b4fff1f3d24cdea555f55a7ceab9745/68747470733a2f2f706f7365722e707567782e6f72672f64617374616e61726f6e2f796969322d7472616e736c69742f646f776e6c6f616473)](https://packagist.org/packages/dastanaron/yii2-migrate-updater)

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

[](#installation)

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

Either run

```
php composer.phar require dastanaron/yii2-translit

```

or add

```
"dastanaron/yii2-translit": "*"

```

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

Usage
-----

[](#usage)

Для использования можно задать методу translit направление транслитерации: ru-en либо en-ru, это не обязательный параметр, можно не указывать, в таком случае он сам определит направление в зависимости от языка и переведет его в другой.

Функция так же по умолчанию заменяет пробелы на "\_", если это не нужно, вторым параметром, необходимо передать false

```
use dastanaron\translit\Translit;

$str = 'Привет МИР';

$translit = new Translit();

echo $translit->translit($str, true, 'ru-en');
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3140d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25330618?v=4)[Github](/maintainers/dastanaron)[@dastanaron](https://github.com/dastanaron)

---

Top Contributors

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

---

Tags

extension

### Embed Badge

![Health badge](/badges/dastanaron-yii2-translit/health.svg)

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

###  Alternatives

[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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