Stars: 328
Forks: 135
Pull Requests: 56
Issues: 55
Watchers: 13
Last Updated: 2023-02-15 17:03:50
Read basic info about an application from .apk file.
License: Other
Languages: PHP, Makefile
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.
PHP 8.0+
PHP 7.3+ is in 2.x.x branch
composer.json
is: composer require tufanbarisyildirim/php-apk-parser
Tests are powered by PHPUnit. You have several options.
phpunit
if PHPUnit is installed globally.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.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! Thanks to all contributers
Thanks JetBrains for the free open source license
Apk Parser is MIT licensed.