Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boshurik/bbrz-parser
- Owner: BoShurik
- Created: 2019-05-17T16:21:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T16:23:48.000Z (over 5 years ago)
- Last Synced: 2024-10-12T23:11:08.692Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blood Bowl 2 replay parser
==========================Usage
-----```php
$parser = Parser::create();
$result = $parser->parse($replayPath);
```