PHPackages                             bhrdn/diactoros - 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. bhrdn/diactoros

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

bhrdn/diactoros
===============

Unicode Character Replacer

1.0.0(8y ago)0211MITPHPPHP ^7.0

Since Mar 18Pushed 8y agoCompare

[ Source](https://github.com/bhrdn/Diactoros)[ Packagist](https://packagist.org/packages/bhrdn/diactoros)[ RSS](/packages/bhrdn-diactoros/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (1)

Diactoros
=========

[](#diactoros)

Unicode Character Replacer

### Installing

[](#installing)

```
$ composer require bhrdn/diactoros

```

### Getting started

[](#getting-started)

```
$app = new \Diactoros\Diactoros;
$app->addReplacer(["Z" => "\u{0410}"]); // change Z with unicode char A
$app->addText(implode('', range("A", "Z")));
print_r($app->encode()); // A...A
```

### License

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3026d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13828056?v=4)[bhrdn](/maintainers/bhrdn)[@bhrdn](https://github.com/bhrdn)

---

Top Contributors

[![bhrdn](https://avatars.githubusercontent.com/u/13828056?v=4)](https://github.com/bhrdn "bhrdn (9 commits)")

---

Tags

phpunicode-characters

### Embed Badge

![Health badge](/badges/bhrdn-diactoros/health.svg)

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

###  Alternatives

[motomedialab/laravel-self-healing-urls

Generate self-healing URLs for models

252.8k](/packages/motomedialab-laravel-self-healing-urls)

PHPackages © 2026

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