jonnyynnoj/haxball-replay-parser
Composer 安装命令:
composer require jonnyynnoj/haxball-replay-parser
包简介
Parses a haxball replay file (.hbr)
README 文档
README
Parses a haxball replay file
composer require jonnyynnoj/haxball-replay-parser
Usage
$file = fopen('path\to\replay.hbr', 'r'); // OR $file = file_get_contents('path\to\replay.hbr'); $parser = new ReplayParser\Parser($file); $replay = $parser->parse();
Output as JSON:
echo json_encode($replay);
统计信息
- 总下载量: 93
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-29