Alf Magne Kalleland 3be7856b67 Create README.md
2013-01-17 09:35:15 -08: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 09:35:15 -08: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%