abbotton/ios-png-parser
最新稳定版本:v1.0.1
Composer 安装命令:
composer require abbotton/ios-png-parser
包简介
A PHP-based tool for parsing IOS application icons in IPA files
README 文档
README
A PHP-based tool for parsing IOS application icons in IPA files
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
统计信息
- 总下载量: 12.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-20