PHPackages                             hoanganh25991/php-read-apk - 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. hoanganh25991/php-read-apk

ActiveLibrary

hoanganh25991/php-read-apk
==========================

Read basic info about an application from .apk file.

0201PHP

Since Jul 8Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

\#PHP read info from apk file

\##aapt on linux (ubuntu)

PHP apk parser CAN NOT understand hashed path for application-icon,..

```

```

Using `aapt` read out: Where the icon locate?

```
/*#update source list to install `aapt`
sudo nano /etc/apt/sources.list

#append this line
deb http://us.archive.ubuntu.com/ubuntu vivid main universe

sudo apt-get install aapt

#in folder contain "[file.apk]", run
aapt d badging [file.apk]

#result
application-icon-213:'res/drawable-xhdpi-v4/app_icon.png'
application-icon-240:'res/drawable-xhdpi-v4/app_icon.png'

#appt document http://elinux.org/Android_aapt

```

\##7zip Base on icon-path, unzip to get it out from \[file.apk\]

```
/*#instal 7zip
apt-get install p7zip-full

#run command
7z e [archive.zip] -o[outputdir] [fileFilter1] [fileFilter2] -r

#in [outputdir] get file base on [fileFilter1] [fileFilter2]
#only extract what we need

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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://www.gravatar.com/avatar/211420b793c9b8444a1e030b678b8b0a9675603d67a27ce43d9ebd2990ecd328?d=identicon)[hoanganh25991](/maintainers/hoanganh25991)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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