Skip to content

w3gh/DotaReplayParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

How To Use

    /**
    * Replay Data Parser
    *
    * @param string $filename = 'path/to/file.w3g'
    *
    * @param array $options = array(
    *  'parseActions' => true, //default true
    *  'parseChat' => true, //default true
    *  'logCallback' => 'string|array' // this function will called when calls $this->_log()
    *  'translateCallback' => 'string|array' // this function will called when calls $this->_t()
    * )
    */

    $replay = new Dota_Replay($filename, $options);
    $replay->toArray();

About

Pareser for Warcraft III DotA w3g replay file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages