Alf Magne Kalleland ef4e9e8da6 Update README.md
2013-01-17 18:35:56 +01:00
2013-01-17 15:14:18 +01:00
2013-01-17 15:14:18 +01:00
2013-01-17 15:02:46 +01:00
2013-01-17 15:02:46 +01:00
2013-01-17 15:02:46 +01:00
2013-01-17 15:02:46 +01:00
2013-01-17 15:02:46 +01:00
2013-01-17 15:02:46 +01:00
2013-01-17 15:11:36 +01:00
2013-01-17 18:35:56 +01:00

chessParser

PHP class for conversion of Chess PGN files to PHP array or JSON.

This is the chess parser used in DHTML Chess at dhtml-chess.com

License: GPL

Example of use:

<?php $parser = new PgnParser('my-games.pgn'); echo json_encode($parser->getGames()); ?>
Languages
PHP 100%