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

3027d 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

[spatie/string

String handling evolved

5604.6M24](/packages/spatie-string)[components/jqueryui

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

1635.8M59](/packages/components-jqueryui)[swentel/nostr-php

Nostr helper library for PHP

6728.9k4](/packages/swentel-nostr-php)

PHPackages © 2026

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