Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boshurik/bbrz-parser

Blood Bowl 2 replay parser
https://github.com/boshurik/bbrz-parser

Last synced: about 2 months ago
JSON representation

Blood Bowl 2 replay parser

Awesome Lists containing this project

README

        

Blood Bowl 2 replay parser
==========================

Usage
-----

```php
$parser = Parser::create();
$result = $parser->parse($replayPath);
```