PHPackages                             hoanganh25991/php-read-ipa - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hoanganh25991/php-read-ipa

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hoanganh25991/php-read-ipa
==========================

Read basic info about an application from .ipa file.

111.5k6PHP

Since Aug 24Pushed 9y ago2 watchersCompare

[ Source](https://github.com/hoanganh25991/php-read-ipa)[ Packagist](https://packagist.org/packages/hoanganh25991/php-read-ipa)[ RSS](/packages/hoanganh25991-php-read-ipa/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Php read ipa file IpaParser try to unzip ipa file, then read **Info.plist** &amp; uncrush **\*.png** to get icon app

```
+ unzip ipa file
+ read Info.plist, package: `rodneyrehm/plist`
+ uncrushed *.png to get icon app, class `PngUncrushed`
+ writing test, `phpunit`

```

\##How to use

```
/*#instance of IpaParser
$parser = new IpaParser("/path/to/file.ipa");

#getBasicInfo() return an array from Info.plist
#icon saved in ipa-info/app-icon.png
$info = $parser->getBasicInfo();

```

\##Test

```
/*Run unit test by cmd:
phpunit --bootstrap vendor/autoload.php test/ParseTest.php

```

\##Sample result Info.plist

```
array (size=33)
  'UIRequiresFullScreen' => boolean true
  'CFBundleInfoDictionaryVersion' => string '6.0' (length=3)
  'UISupportedInterfaceOrientations~ipad' =>
    array (size=2)
      0 => string 'UIInterfaceOrientationLandscapeLeft' (length=35)
      1 => string 'UIInterfaceOrientationLandscapeRight' (length=36)
  'UIInterfaceOrientation' =>
    array (size=1)
      0 => string 'UIInterfaceOrientationLandscapeLeft' (length=35)
  'DTPlatformVersion' => string '9.3' (length=3)
  'CFBundleName' => string 'aia_wpa' (length=7)
  'DTSDKName' => string 'iphoneos9.3' (length=11)
  'UIViewControllerBasedStatusBarAppearance' => boolean false
  'CFBundleIcons' =>
    array (size=0)
      empty
  'LSRequiresIPhoneOS' => boolean true
  'CFBundleDisplayName' => string 'AIA WPA' (length=7)
  'DTSDKBuild' => string '13E230' (length=6)
  'CFBundleShortVersionString' => string '1.0.1' (length=5)
  'CFBundleSupportedPlatforms' =>
    array (size=1)
      0 => string 'iPhoneOS' (length=8)

```

app-icon.png

[![app-icon](https://raw.githubusercontent.com/hoanganh25991/hoanganh25991.github.io/master/images/app-icon-2016-06-13_105958.png)](https://raw.githubusercontent.com/hoanganh25991/hoanganh25991.github.io/master/images/app-icon-2016-06-13_105958.png)

\##Review Youtube [php-read-ipa-2016-06-13](https://www.youtube.com/watch?v=20c_61B_hPc)

&lt;iframe width="560" height="315" src="[https://www.youtube.com/embed/20c\_61B\_hPc](https://www.youtube.com/embed/20c_61B_hPc)" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8801188?v=4)[Anh Le](/maintainers/hoanganh25991)[@hoanganh25991](https://github.com/hoanganh25991)

---

Top Contributors

[![hoanganh25991](https://avatars.githubusercontent.com/u/8801188?v=4)](https://github.com/hoanganh25991 "hoanganh25991 (11 commits)")

### Embed Badge

![Health badge](/badges/hoanganh25991-php-read-ipa/health.svg)

```
[![Health](https://phpackages.com/badges/hoanganh25991-php-read-ipa/health.svg)](https://phpackages.com/packages/hoanganh25991-php-read-ipa)
```

###  Alternatives

[silverstripe-australia/silverstripe-news

News module for silverstripe

141.0k](/packages/silverstripe-australia-silverstripe-news)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
