PHPackages                             gulch/transliterato - 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. gulch/transliterato

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

gulch/transliterato
===================

Package for replace text chars

1.0.2(5y ago)125MITPHPPHP &gt;=7.4

Since Feb 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gulch/transliterato)[ Packagist](https://packagist.org/packages/gulch/transliterato)[ RSS](/packages/gulch-transliterato/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/86ec9fc7053944b1dd6479221fade879b42b10564ecf33bae8a39fd37259f220/68747470733a2f2f7472617669732d63692e6f72672f67756c63682f6173736574732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gulch/transliterato)[![Coverage Status](https://camo.githubusercontent.com/3f885985cfc39bbc406cd278350b120847e00df8a599d638a07730e5529387c7/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f67756c63682f7472616e736c6974657261746f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/gulch/transliterato?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/35464338f7c94985bbee6853213a27aed03a0f121ae4c0342e461200f88eb33d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f67756c63682f6173736574732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gulch/transliterato/?branch=master)

gulch/transliterato
===================

[](#gulchtransliterato)

Install
-------

[](#install)

You will need [Composer](http://getcomposer.org) installed.

```
composer require gulch/transliterato
```

How to use
----------

[](#how-to-use)

```
use gulch\Transliterato\Processor;
use gulch\Transliterato\Scheme\UkrToEngKeyboardLayout;

$processor = new Processor(new UkrToEngKeyboardLayout());
echo $processor->process('Руддщ цщкдв!'); // Hello world!
```

```
use gulch\Transliterato\BatchProcessor;
use gulch\Transliterato\Scheme\UkrToEngKeyboardLayout;
use gulch\Transliterato\Scheme\UkrToRusKeyboardLayout;

$processor = new BatchProcessor(
    new UkrToEngKeyboardLayout(),
    new UkrToRusKeyboardLayout()
);
$result = $processor->process('Руддщ фдд еру цщкдві!');
var_export($result); // array (0 => 'Hello all the worlds!', 1 => 'Руддщ фдд еру цщкдвы!',)
```

```
use gulch\Transliterato\Processor;
use gulch\Transliterato\Scheme\CyrToLatinTranslit;

$processor = new Processor(new CyrToLatinTranslit());
echo $processor->process('простий приклад'); //prostiy priklad
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

1923d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.0.2PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/a033b4994f13ccbca86d8d163abed6b857a383443c2292fef8a294e53fed3a60?d=identicon)[gulch](/maintainers/gulch)

---

Top Contributors

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

---

Tags

wordstranslitreplacekeyboard

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/gulch-transliterato/health.svg)

```
[![Health](https://phpackages.com/badges/gulch-transliterato/health.svg)](https://phpackages.com/packages/gulch-transliterato)
```

###  Alternatives

[doctrine/inflector

PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.

11.4k855.8M711](/packages/doctrine-inflector)[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6737.4M60](/packages/jbroadway-urlify)[kwn/number-to-words

Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.

4235.0M21](/packages/kwn-number-to-words)[voku/urlify

PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.

254.1M7](/packages/voku-urlify)[ashtokalo/php-translit

PHP library to convert text from one script to another.

40146.2k1](/packages/ashtokalo-php-translit)[anper/iuliia

Transliterate Cyrillic → Latin in every possible way.

2179.5k2](/packages/anper-iuliia)

PHPackages © 2026

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