amyboyd/pgn-parser

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.4) of this package.

A PHP parser for the chess game notation format, PGN. There are no external dependencies. It's simple to use, namespaced and testable.

0.4 2021-07-23 01:21 UTC

This package is not auto-updated.

Last update: 2023-10-13 00:47:31 UTC


README

A PHP parser for the chess game notation format, PGN. There are no external dependencies. It's simple to use, namespaced and tested.

Build Status

Install

If you use Composer, require this library with:

composer require "amyboyd/pgn-parser"

Tests

Run bin/test