Do you remember classic linux Cowsay? Well this is a port for PHP if you want lovely cows everywhere in your terminal apps.
Now supporting more animals in the farm.
Via Composer
$ composer require alrik11es/cowsayphp
Requires PHP >=5.6
use Cowsayphp\Farm;
$cow = Farm::create(\Cowsayphp\Farm\Cow::class);
echo '<pre>'.$cow->say("Ohmg I'm a cow!").'</pre>';
The result:
< Ohmg I'm a cow! >
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
\Cowsayphp\Farm\Whale::class
< hello I'm a whale! >
\
\ ## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
\Cowsayphp\Farm\Dragon::class
< Dragon! >
\ / \ //\
\ |\___/| / \// \\
/0 0 \__ / // | \ \
/ / \/_/ // | \ \
@_^_@'/ \/_ // | \ \
//_^_/ \/_ // | \ \
( //) | \/// | \ \
( / /) _|_ / ) // | \ _\
( // /) '/,_ _ _/ ( ; -. | _ _\.-~ .-~~~^-.
(( / / )) ,-{ _ `-.|.-~-. .~ `.
(( // / )) '/\ / ~-. _ .-~ .-~^-. \
(( /// )) `. { } / \ \
(( / )) .----~-.\ \-' .~ \ `. \^-.
///.----..> \ _ -~ `. ^-` ^-_
///-._ _ _ _ _ _ _}^ - - - - ~ ~-- ,.-~
\Cowsayphp\Farm\Tux::class
< Tux present! >
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
This will be deprecated in future versions. But still works.
use Cowsayphp\Cow;
echo '<pre>'.Cow::say("Ohmg I'm a cow!").'</pre>';
$ ./bin/phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.