PHPackages                             adizbek/uztranslit - 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. adizbek/uztranslit

ActiveLibrary

adizbek/uztranslit
==================

Uzbek-Latin transliteration

00PHP

Since May 28Pushed 5y agoCompare

[ Source](https://github.com/Adizbek/php-translit)[ Packagist](https://packagist.org/packages/adizbek/uztranslit)[ RSS](/packages/adizbek-uztranslit/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#transliterator)

**Install**

```
composer install

```

**Run test**

```
php vendor/bin/phpunit

```

**Example**

```
$textInterpreter = new TextInterpreter();
$textInterpreter->setTokenizer(new LatinTokenizer());
$textInterpreter->addBehavior(new LatinBehaviour([]));

$source = 'Афғонистон бўйича конференция очилишида
    Ўзбекистон ва Афғонистон президентлари сўзга чиқади. БМТ
    бош котиби ҳамда қатор давлатлар ТИВ раҳбарлари анжуманда
    қатнашиш учун таклиф қилинган.';

$text = $textInterpreter
    ->process($source)
    ->getText();

```

**Result**

```
Afg‘oniston bo‘yicha konferensiya ochilishida
O‘zbekiston va Afg‘oniston prezidentlari so‘zga chiqadi. BMT
bosh kotibi hamda qator davlatlar TIV rahbarlari anjumanda
qatnashish uchun taklif qilingan.

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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/491ba71a150e7731613665cc0545103ca0a9c66dd0b0be9cff3f652341ae7e1d?d=identicon)[adizbek](/maintainers/adizbek)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/adizbek-uztranslit/health.svg)

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

PHPackages © 2026

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