PHPackages                             mirkhamidov/yii2-transliterator-helper - 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. mirkhamidov/yii2-transliterator-helper

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

mirkhamidov/yii2-transliterator-helper
======================================

Transliterator Helper for Yii2.

0231PHP

Since Mar 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/m1roff/yii2-transliterator-helper)[ Packagist](https://packagist.org/packages/mirkhamidov/yii2-transliterator-helper)[ RSS](/packages/mirkhamidov-yii2-transliterator-helper/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TransliteratorHelper for Yii 2
==============================

[](#transliteratorhelper-for-yii-2)

Extended from

TransliteratorHelper transliterates UTF-8 encoded text to US-ASCII.

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

[](#installation)

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

Either run

```
php composer.phar require "mirkhamidov/yii2-transliterator-helper": "*"

```

or add

```
"mirkhamidov/yii2-transliterator-helper": "*"
```

to the require section of your application's `composer.json` file.

Usage
-----

[](#usage)

Pass to the method `process()` the UTF-8 encoded string you wish to transliterate:

```
use mirkhamidov\transliterator\TransliteratorHelper;

// will echo AAAAAAAECEEEEIIIIDNOOOOOUUUUYssaaaaaaaeceeeeiiiidnooooouuuuyy
TransliteratorHelper::process('ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöùúûüýÿ', '', 'en'));

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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/bb7407e03d23081c6bd033edd93c2b49c4e8786478f6f33b176d03d59e010595?d=identicon)[miroff](/maintainers/miroff)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mirkhamidov-yii2-transliterator-helper/health.svg)

```
[![Health](https://phpackages.com/badges/mirkhamidov-yii2-transliterator-helper/health.svg)](https://phpackages.com/packages/mirkhamidov-yii2-transliterator-helper)
```

###  Alternatives

[melchiorkokernoot/laravel-autowire-config

Allows configuration injection through auto-wired constructor arguments

1311.7k](/packages/melchiorkokernoot-laravel-autowire-config)[yaro/soc-share

Social network share link builder

101.9k](/packages/yaro-soc-share)

PHPackages © 2026

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