/BoardHelper

Symfony console component Board helper

Primary LanguagePHPMIT LicenseMIT

Board Helper

Build Status Latest Stable Version SensioLabsInsight

Installation

Step 1: Composer

Add the following line to the composer.json file:

{
    "require": {
        "phpgames/board-helper": "~1.0"
    }
}

Usage

@todo

$board = new Board($output);

License

Released under the MIT License attached with this code.