torunar/kojimify

Ingenious text processing package

v1.0.0 2019-03-11 13:12 UTC

This package is auto-updated.

Last update: 2024-04-29 04:03:16 UTC


README

Ingenious text processing package

Scrutinizer Code Quality Code Coverage Build Status

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