six519/phpecm2cue

There is no license information available for the latest version (dev-master) of this package.

PHP C Extension To Decode ECM File And Generate Cue File

dev-master / 1.1.x-dev 2016-10-02 06:05 UTC

This package is not auto-updated.

Last update: 2024-04-17 17:19:12 UTC


README

PHP C Extension To Decode ECM File And Generate Cue File. Code tested in OSX 10.11.6.

Building

composer require six519/phpecm2cue:dev-master
cd vendor/six519/phpecm2cue/ext/
phpize
./configure --enable-phpecm2cue
make

Installing

add entry to php.ini file extension=/<PATH TO FILE>/phpecm2cue.so

Sample Usage

phpecm2cue_process("Tekken 3 (E) (Track 1) [SCES-01237].bin.ecm");