Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 990 Bytes

File metadata and controls

30 lines (24 loc) · 990 Bytes

SuperChicken

The Chicken to end all Chickens

About

Installation

Dependencies

  1. This requires PHP version 5.6.30 but 7.0 is recommended.
  2. Composer is required for installation.

Development Dependencies

  1. PHPUnit is required for testing.

The Chicken

  1. Clone the repository using Git.
    git clone git@github.com:ExposureSoftware/SuperChicken.git
  2. Change to the working directory.
    cd SuperChicken
  3. Install dependencies using composer.
    composer install

Running

CLI

From the install directory change directory to the cli directory and run php farm.php.

Development

Build Status

Build Status

Testing

Tests are run via PHPUnit. Run php vendor/phpunit/phpunit/phpunit from the top-level directory to start tests.