2017 © Pedro Peláez
 

library ios-png-parser

A PHP-based tool for parsing IOS application icons in IPA files

image

abbotton/ios-png-parser

A PHP-based tool for parsing IOS application icons in IPA files

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 67 % Grown

The README.md

ios-png-parser

A PHP-based tool for parsing IOS application icons in IPA files, (*1)

Installation

composer require abbotton/ios-png-parser

Usage

use IosPngParser\Parser;

$parser = new Parser();
$encryptedPngFile = "/data/wwwroot/example.com/encrypted.png";
$decryptedPngFile = '/data/wwwroot/example.com/decrypted.png';
$parser::fix($encryptedPngFile, $decryptedPngFile);

Enjoy

The Versions

20/12 2017

dev-master

9999999-dev

A PHP-based tool for parsing IOS application icons in IPA files

  Sources   Download

MIT

The Requires

  • php >=5.6