2017 © Pedro Peláez
 

library mpq

A MPQ reader in PHP

image

rogiel/mpq

A MPQ reader in PHP

  • Sunday, July 24, 2016
  • by Rogiel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

A PHP library for MPQ reading

This library allows you to read MPQ files from PHP., (*1)

Installation

The recommended way of installing this library is using Composer., (*2)

composer require "rogiel/mpq"

Example

use Rogiel\MPQ\MPQFile;

$file = MPQFile::parseFile(__DIR__.'/test.SC2Replay');
$file->parse();
$stream = $file->openStream('replay.details');
while($data = $stream->readBytes(100)) {
    echo $data;
}

TODO

  • Encrypted files (parcial support)
  • File writing

The Versions

24/07 2016

dev-master

9999999-dev https://github.com/rogiel/php-mpq

A MPQ reader in PHP

  Sources   Download

BSD-2.0

The Requires

  • php >=5.4

 

The Development Requires

file management mpq

24/07 2016

0.2.3

0.2.3.0 https://github.com/rogiel/php-mpq

A MPQ reader in PHP

  Sources   Download

BSD-2.0

The Requires

  • php >=5.4

 

The Development Requires

file management mpq

22/07 2016

0.2.2

0.2.2.0 https://github.com/rogiel/php-mpq

A MPQ reader in PHP

  Sources   Download

BSD-2.0

The Requires

  • php >=5.4

 

The Development Requires

file management mpq

19/01 2016

0.2.1

0.2.1.0 https://github.com/rogiel/php-mpq

A MPQ reader in PHP

  Sources   Download

BSD-2.0

The Requires

  • php >=5.4

 

The Development Requires

file management mpq

18/01 2016

0.2.0

0.2.0.0 https://github.com/rogiel/php-mpq

A MPQ reader in PHP

  Sources   Download

BSD-2.0

The Requires

  • php >=5.4

 

The Development Requires

file management mpq

07/01 2016

0.1.0

0.1.0.0 https://github.com/rogiel/php-mpq

A MPQ reader in PHP

  Sources   Download

BSD-2.0

The Requires

  • php >=5.4

 

file management mpq