Skip to content

Commit

Permalink
installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhs committed May 20, 2016
1 parent f42bf33 commit 46f0861
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ detection - basically everything but the AI.

NOTE: this is a port of [chess.js](https://github.com/jhlywa/chess.js) for php

## Installation

use composer with `composer require ryanhs/chess`
or put in your composer.json
```
"require": {
"ryanhs/chess": "1.0.*"
}
```


if you doesn't know composer, its a really usefull tools in php for package management,
try to learn composer [here](https://getcomposer.org/doc/00-intro.md)


## Coding Style
about coding style, naming system..
because this is a PHP, i try to stick to use PHP-PSR, like game_over() become gameOver()
Expand Down

0 comments on commit 46f0861

Please sign in to comment.