dkhru / chess
Chess base object library
dev-master
2019-04-10 16:22 UTC
Requires
- php: >=7.1
This package is auto-updated.
Last update: 2024-12-11 05:10:55 UTC
README
Base library for chess pieces
Author
Dmitriy Khristianov (dkh)
Require
php 7.1
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dkhru/chess "*"
or add
"dkhru/chess": "*"
to the require section of your composer.json
file.