Details
This package can extract application package files in APK format used by devices running on Android OS.
It can open an APK file and extract the contained manifest file to parse it and retrieve the meta-information
it contains like the application name, description, device feature access permission it requires, etc..
The class can also extract the whole files contained in the APK file to a given directory.
Requirements
PHP 5.3+
Installation
-
Install composer
-
Create a composer.json into your project like the following sample:
{
...
"require": {
"tufanbarisyildirim/php-apk-parser":"dev-master"
}
}
-
Then from your `composer.json` folder: `php composer.phar install` or `composer install`
Testing
Tests are powered by PHPUnit. You have several options.
-
Run `phpunit` if PHPUnit is installed globally.
-
Install dependencies (requires Composer).
Run `php composer.phar --dev install` or `composer --dev install`. Then `bin/vendor/phpunit` to run version
installed by Composer. This ensures that you are running a version compatible with the test suite.
Contributing
Fork the repo, make your changes, add your name to developers, and create a pull request with a comment that describe your changes. That's all!
Developers
Tufan Barış Yıldırım
Supporters
MiKandi Team supports/develops Apk parser

JetBrains provides opensource license to Apk Parser's core developers.
Add your name here if you want to support/donate apk-parser
Who Uses Apk Parser
World #1 Adult App Store MiKandi uses Apk Parser on their app store
Add your name here if you use apk-parser on your any project.
License
Apk Parser is MIT licensed.
|
Name: |
Apk Parser |
Base name: |
apk-parser |
Description: |
Extract Application Package files in APK format |
Version: |
1.15 |
PHP version: |
5.3 |
License: |
GNU General Public License (GPL) |
All time users: |
1716 users |
All time rank: |
2286 |
Week users: |
2 users |
Week rank: |
115  |
|
|
 April 2012
Winner
Prize: One book of choice by Packt |
APK is file format for storing application files used in the Android operating system.
This class provides a pure PHP solution for analyzing and extracting the contents of arbitrary APK files.
Manuel Lemos |
Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
All time: |
Good (91%) |
Good (90%) |
Sufficient (75%) |
Good (88%) |
Good (86%) |
- |
Sufficient (79%) |
28 |
Month: |
Not yet rated by the users |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
ebhs.png |
Icon |
Icon image |
|
Files |
|
File |
Role |
Description |
ebhs.png |
Icon |
Icon image |