Download the PHP package rogiel/star-replay without Composer
On this page you can find all versions of the php package rogiel/star-replay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rogiel/star-replay
More information about rogiel/star-replay
Files in rogiel/star-replay
Download rogiel/star-replay
More information about rogiel/star-replay
Files in rogiel/star-replay
Vendor rogiel
Package star-replay
Short Description A StarCraft II replay parser in PHP
License BSD-2.0
Homepage https://rogiel.com/portfolio/star-replay
Package star-replay
Short Description A StarCraft II replay parser in PHP
License BSD-2.0
Homepage https://rogiel.com/portfolio/star-replay
Please rate this library. Is it a good library?
Informations about the package star-replay
Star Replay
This library allows you to read StarCraft II replay files from PHP.
A object-oriented API is provided to browse through all metadata and events available on replays.
Features
- Read .SC2Replay files from all public game versions (data is mined from s2protocol)
- Game events: Streams events using PHP 5 generators
- Lazy parsing: Parses only structures you require
Installation
The recommended way of installing this library is using Composer.
composer require "rogiel/star-replay"
This library uses php-mpq to parse and extract compressed information inside replays.
Example
All versions of star-replay with dependencies
PHP Build Version
Package Version
The package rogiel/star-replay contains the following files
Loading the files please wait ....