Skip to content

torunar/kojimify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kojimify

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

About

Ingenious text processing package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages