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

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

2amigos/yii2-transliterator-helper
==================================

Transliterator Helper for Yii2.

1.0.0(8y ago)26252.8k—0.4%1211BSD-3-ClausePHP

Since Jan 17Pushed 8y ago21 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (11)

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/a62ad1992074670540ecb9ad9c8a6c896f816ce99405990931e0261875cff370/68747470733a2f2f706f7365722e707567782e6f72672f32616d69676f732f796969322d7472616e736c6974657261746f722d68656c7065722f762f737461626c652e737667)](https://packagist.org/packages/2amigos/yii2-transliterator-helper) [![Total Downloads](https://camo.githubusercontent.com/88bcc1cd12f95fd3095f7ce45e989816a03e240065ada3ae4521ea6231ba6a32/68747470733a2f2f706f7365722e707567782e6f72672f32616d69676f732f796969322d7472616e736c6974657261746f722d68656c7065722f646f776e6c6f6164732e737667)](https://packagist.org/packages/2amigos/yii2-transliterator-helper) [![Latest Unstable Version](https://camo.githubusercontent.com/715b7bb4038a169a58cce2934c60bfda18a977501dc9920073e01b6d9189b205/68747470733a2f2f706f7365722e707567782e6f72672f32616d69676f732f796969322d7472616e736c6974657261746f722d68656c7065722f762f756e737461626c652e737667)](https://packagist.org/packages/2amigos/yii2-transliterator-helper) [![License](https://camo.githubusercontent.com/e6a991f5eba8bc2755a288ee804c09280e9a5b8c5d6e681c391055c92a215733/68747470733a2f2f706f7365722e707567782e6f72672f32616d69676f732f796969322d7472616e736c6974657261746f722d68656c7065722f6c6963656e73652e737667)](https://packagist.org/packages/2amigos/yii2-transliterator-helper)

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

> For a Yii 1.\* version, please check [this other repository](https://github.com/2amigos/transliteration-helper).

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

[](#installation)

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

Either run

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

```

or add

```
"2amigos/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 dosamigos\transliterator\TransliteratorHelper;

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

```

> [![2amigOS!](https://camo.githubusercontent.com/9fd8f1de41dc23003bb2a54034cb6658dde5be97092e195a62d629d0d7fa7f6c/687474703a2f2f7777772e67726176617461722e636f6d2f6176617461722f35353336333339346437323934356666376564333132353536656330343165302e706e67)](http://www.2amigos.us)
> *Web development has never been so fun!*[www.2amigos.us](http://www.2amigos.us)

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~1249 days

Total

2

Last Release

3254d ago

Major Versions

0.1.0 → 1.0.02017-06-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/566016?v=4)[Antonio Ramirez](/maintainers/tonydspaniard)[@tonydspaniard](https://github.com/tonydspaniard)

---

Top Contributors

[![alexantr](https://avatars.githubusercontent.com/u/4941848?v=4)](https://github.com/alexantr "alexantr (1 commits)")[![MaXL-ru](https://avatars.githubusercontent.com/u/1109398?v=4)](https://github.com/MaXL-ru "MaXL-ru (1 commits)")

---

Tags

helpertransliteratorextensionyii

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-helpers

A collection of useful helper functions for Yii Framework 2.0

883.0M29](/packages/kartik-v-yii2-helpers)

PHPackages © 2026

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