PHPackages                             yalesov/utf8 - 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. yalesov/utf8

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

yalesov/utf8
============

A collection of utf8-related functions

v2.0.4(9y ago)01132ISCPHPPHP &gt;=5.3.3

Since Sep 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/yalesov/php-utf8)[ Packagist](https://packagist.org/packages/yalesov/utf8)[ Docs](https://github.com/yalesov/php-utf8)[ RSS](/packages/yalesov-utf8/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (9)Used By (2)

Yalesov\\Utf8
=============

[](#yalesovutf8)

[![Build Status](https://camo.githubusercontent.com/e222d33682082d2507f4390830e43d5c795333093e27a527927d50dca01d1c7e/68747470733a2f2f7472617669732d63692e6f72672f79616c65736f762f7068702d757466382e737667)](https://travis-ci.org/yalesov/php-utf8)

A collection of utf8-related functions.

Installation
============

[](#installation)

[Composer](http://getcomposer.org/):

```
{
  "require": {
    "yalesov/utf8": "2.*"
  }
}
```

Usage
=====

[](#usage)

Utf-8 version of [chr](http://php.net/manual/en/function.chr.php):

```
use Yalesov\Utf8\Utf8;
$char = Utf8::uchr($num);
```

Utf-8 version of [ord](http://php.net/manual/en/function.ord.php):

```
use Yalesov\Utf8\Utf8;
$num = Utf8::uord($char);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~0 days

Total

8

Last Release

3646d ago

Major Versions

1.0.2 → v2.0.02016-07-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c284282a506ac3c908eda03eb11cc263a4457f2e3cc23cbe3e9b97830589e31?d=identicon)[yalesov](/maintainers/yalesov)

---

Top Contributors

[![yalesov](https://avatars.githubusercontent.com/u/20264293?v=4)](https://github.com/yalesov "yalesov (8 commits)")

---

Tags

utf-8utf8

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yalesov-utf8/health.svg)

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

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k417.9M1.7k](/packages/nette-utils)[voku/portable-utf8

Portable UTF-8 library - performance optimized (unicode) string functions for php.

51923.1M48](/packages/voku-portable-utf8)[danielstjules/stringy

A string manipulation library with multibyte support

2.4k26.2M192](/packages/danielstjules-stringy)[clue/utf8-react

Streaming UTF-8 parser, built on top of ReactPHP.

6610.7M3](/packages/clue-utf8-react)[opis/string

Multibyte strings as objects

7424.5M8](/packages/opis-string)[voku/stringy

A string manipulation library with multibyte support

1793.9M24](/packages/voku-stringy)

PHPackages © 2026

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