The Chicken to end all Chickens
- This requires PHP version 5.6.30 but 7.0 is recommended.
- Composer is required for installation.
- PHPUnit is required for testing.
- Clone the repository using Git.
git clone git@github.com:ExposureSoftware/SuperChicken.git
- Change to the working directory.
cd SuperChicken
- Install dependencies using composer.
composer install
From the install directory change directory to the cli
directory and run php farm.php
.
Tests are run via PHPUnit. Run php vendor/phpunit/phpunit/phpunit
from the top-level directory to start tests.