PHPackages                             torunar/kojimify - 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. torunar/kojimify

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

torunar/kojimify
================

Ingenious text processing package

v1.0.0(7y ago)04MITPHP

Since Mar 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/torunar/kojimify)[ Packagist](https://packagist.org/packages/torunar/kojimify)[ RSS](/packages/torunar-kojimify/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Kojimify
========

[](#kojimify)

Ingenious text processing package
---------------------------------

[](#ingenious-text-processing-package)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/aadef57314fe50e89ac5cca2156797594f8b5cc3d4dfcd202fc6f39b56926a66/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f622f746f72756e61722f6b6f6a696d6966792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/b/torunar/kojimify/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/4b918e577294898076c25d4f47d55aec501b8978efbe0729185668906afd2891/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f622f746f72756e61722f6b6f6a696d6966792f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/b/torunar/kojimify/?branch=master)[![Build Status](https://camo.githubusercontent.com/21414c8eebea6746fe291d2d6978786b71e32c8f6ab8506a6b69d23069024db3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f622f746f72756e61722f6b6f6a696d6966792f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/b/torunar/kojimify/build-status/master)

### How-to

[](#how-to)

Create text processor:

```
$processor = new Kojimify\Kojimify();
```

Feed it with a source text:

```
echo $processor->processText('KOJIMA GENIUS');
```

Enjoy the result:

```
K  O  J  I  M  A
O
J
I
M
A

G  E  N  I  U  S
E
N
I
U
S

```

Extra genius can be added by adding an exclamation mark to the end of the text:

```
echo $processor->processText('KOJIMA GENIUS!');
```

Yeah, spicy:

```
K  O  J  I  M  A
O  O
J     J
I        I
M           M
A              A

G  E  N  I  U  S
E  E
N     N
I        I
U           U
S              S

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

2622d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/torunar-kojimify/health.svg)

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

###  Alternatives

[amwhalen/noaa

Client library for NOAA's forecast and current weather services

301.5k](/packages/amwhalen-noaa)

PHPackages © 2026

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