phpgames/board-helper

Board Symfony Console Helper

v1.0 2014-11-26 07:47 UTC

This package is auto-updated.

Last update: 2024-05-20 16:41:08 UTC


README

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.