chesszebra / standard-algebraic-notation
A PHP library that parses Standard Algebraic Notation (SAN) values.
1.4.0
2020-02-24 21:31 UTC
Requires
- php: ^7.1
Requires (Dev)
- phpunit/phpunit: ^6.4
- squizlabs/php_codesniffer: ^3.1
README
A PHP library to parse a Standard Algebraic Notation (SAN).
Installation
Via composer
composer require chesszebra/standard-algebraic-notation
Usage
$notation = new ChessZebra\StandardAlgebraicNotation\Notation('e8=Q');
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please report them via HackerOne.
License
The MIT License (MIT). Please see License File for more information.