Alf Magne Kalleland 5e0f62c7b6 Fixed IDE warnings
2013-02-06 23:47:38 +01:00
2013-02-06 23:47:38 +01:00
2013-01-17 15:14:18 +01:00
2013-01-17 15:02:46 +01:00
2013-02-06 23:47:38 +01:00
2013-01-17 15:02:46 +01:00
2013-02-03 13:05:10 +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%