Example for Tic tac toe game
Get composer, install, change permission :
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
$ chmod +x tictac.php
Now you can run game by :
$ php tictac.php
Get documentation by command help
$ php tictac.php --help
$ bin/phpunit
$ bin/behat
This library is under the MIT license. See the complete license in library
LICENSE