torunar / kojimify
Ingenious text processing package
v1.0.0
2019-03-11 13:12 UTC
Requires
- ext-mbstring: ^7.1
Requires (Dev)
- phpunit/phpunit: ^7.1
This package is auto-updated.
Last update: 2025-03-29 00:49:21 UTC
README
Ingenious text processing package
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