An open API service indexing awesome lists of open source software.

https://github.com/chesslablab/php-chess

A chess library offering move validation, common formats, multiple variants, UCI engine support, explanation of chess positions, image recognition, PGN parsing and knowledge extraction from games.
https://github.com/chesslablab/php-chess

board chess data database db fen game machinelearning ml pgn php

Last synced: 3 months ago
JSON representation

A chess library offering move validation, common formats, multiple variants, UCI engine support, explanation of chess positions, image recognition, PGN parsing and knowledge extraction from games.

Awesome Lists containing this project

README

        

## PHP Chess

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit/)
[![Contributors](https://img.shields.io/github/contributors/chesslablab/php-chess)](https://github.com/chesslablab/php-chess/graphs/contributors)
[![Downloads](https://img.shields.io/packagist/dt/chesslablab/php-chess.svg)](https://packagist.org/packages/chesslablab/php-chess)
[![Latest Stable Version](https://poser.pugx.org/chesslablab/php-chess/v/stable)](https://packagist.org/packages/chesslablab/php-chess)
![GitHub Workflow Status](https://github.com/chesslablab/php-chess/actions/workflows/php.yml/badge.svg)

A chess library offering move validation, common formats, multiple variants, UCI engine support, explanation of chess positions, image recognition, PGN parsing and knowledge extraction from games.

### Documentation

Read the latest docs [here](https://php-chess.chesslablab.org).

### License

PHP Chess is open-sourced software licensed under the MIT license.

### Contributions

We encourage you to contribute to PHP Chess! Please follow the [Contributing Guidelines](https://github.com/chesslablab/php-chess/blob/main/CONTRIBUTING.md).



Made with [contrib.rocks](https://contrib.rocks).