Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

hoshsadiq/ps3theme-p3t-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P3T extractor

NOTE this is not maintained anymore and has not been for 4 years.

This is a PS3 Theme (.p3t) extractor that was used on http://ps3theme.net/.

Usage

Using this is quite simple.

  1. Put the file in your lib folder and include the autoloader:

    include 'vendor/autoload.php';
  2. Create a new Extractor() object:

    $p3tfile = 'test.p3t';
    $extract_location = 'extracted/';
    
    $p3t = new P3TExtractor\Extractor($p3tfile, $extract_location);
    $p3t->parse();
    
    // Accepts one argument as to what to extract.
    // This method will return the things the P3T file supports, e.g. audio and/or dynamic
    $support = $p3t->dump_files();
  3. Please view the source for full explanation of the classes

About

PS3 Theme (.p3t) extractor used on http://ps3theme.net/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages