PHPackages                             expbenson/app-info - 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. expbenson/app-info

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

expbenson/app-info
==================

Read information from App.

0.1.5(12y ago)124MITPHP

Since Apr 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/expbenson/AppInfo)[ Packagist](https://packagist.org/packages/expbenson/app-info)[ RSS](/packages/expbenson-app-info/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

AppInfo
=======

[](#appinfo)

Read information from App package.

Installation
------------

[](#installation)

### Using composer

[](#using-composer)

```
{
    "require": {
    	"rodneyrehm/plist": "dev-master",
        "tufanbarisyildirim/php-apk-parser": "dev-master",
        "expbenson/app-info": "dev-master"
    }
}
```

### Usage

[](#usage)

```
// Test 1
$app = Expbenson\AppInfo\AppFactory::Create('test.apk');

echo sprintf(
	"Name:\t%s\nVersion:\t%s\nVersionCode:\t%s\n",
	$app->getName(),
	$app->getVersion(),
	$app->getVersionCode()
);
// Test 2
$ipa = Expbenson\AppInfo\IosApp('ios.ipa');
echo sprintf(
	"Name:\t%s\nVersion:\t%s\nVersionCode:\t%s\n",
	$app->getName(),
	$app->getVersion(),
	$app->getVersionCode()
);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

4420d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35c7c189b642d0f80b44264298caa11a0bf80e28a9004b1e0b3ce51e5c92c3ab?d=identicon)[expbenson](/maintainers/expbenson)

---

Top Contributors

[![expbenson](https://avatars.githubusercontent.com/u/1860489?v=4)](https://github.com/expbenson "expbenson (10 commits)")

### Embed Badge

![Health badge](/badges/expbenson-app-info/health.svg)

```
[![Health](https://phpackages.com/badges/expbenson-app-info/health.svg)](https://phpackages.com/packages/expbenson-app-info)
```

###  Alternatives

[symfony/workflow

Provides tools for managing a workflow or finite state machine

62842.3M170](/packages/symfony-workflow)[mikestecker/craft-videoembedder

Craft plugin to generate an embed URL from a YouTube or Vimeo URL.

1799.3k1](/packages/mikestecker-craft-videoembedder)[prestashop/cronjobs

PrestaShop module cronjobs

212.4k](/packages/prestashop-cronjobs)

PHPackages © 2026

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