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

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

sbs/transliterator-helper
=========================

Transliterator Helper for Yii 1.\*.

05PHP

Since Jan 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/koftikes/transliteration-helper)[ Packagist](https://packagist.org/packages/sbs/transliterator-helper)[ RSS](/packages/sbs-transliterator-helper/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Transliterator Helper for Yii 1.1.\*
====================================

[](#transliterator-helper-for-yii-11)

Transliterator Helper transliterates UTF-8 encoded text to US-ASCII

Adapted for PHP 5.3 by koftikes.

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

[](#installation)

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

Either run

```
composer require sbs/transliterator-helper

```

or add

```
"sbs/transliterator-helper": "^1.0"
```

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\yii\helpers\TransliteratorHelper;

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

```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d8acd1bf57b933c4d4762bb007b9080ec1900118bd2d8f288afa7c5adc8103a?d=identicon)[koftikes](/maintainers/koftikes)

---

Top Contributors

[![amigo-tabin](https://avatars.githubusercontent.com/u/3017365?v=4)](https://github.com/amigo-tabin "amigo-tabin (2 commits)")[![koftikes](https://avatars.githubusercontent.com/u/8553840?v=4)](https://github.com/koftikes "koftikes (2 commits)")

### Embed Badge

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

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

###  Alternatives

[muqsit/asynciterator

A virion that simplifies writing tasks that traverse iterators

183.2k](/packages/muqsit-asynciterator)

PHPackages © 2026

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