Skip to content

rivetmichael/cowsayphp

 
 

Repository files navigation

cowsayphp

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Do you remember classic linux Cowsay? Well this is a port for PHP if you want lovely cows everywhere in your terminal apps.

Install

Via Composer

$ composer require alrik11es/cowsayphp

Usage

use Cowsayphp\Cow;

echo '<pre>'.Cow::say("Ohmg I'm a cow!").'</pre>';

The result:

< Ohmg I'm a cow! >
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Classic cowsay PHP port

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.6%
  • Batchfile 0.4%