- Notifications
You must be signed in to change notification settings - Fork14
Read basic android application info from APK file using PHP
License
NotificationsYou must be signed in to change notification settings
evozi/apk-parser-php
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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-informationit 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 7.1+
curl -sS https://getcomposer.org/installer| php
Create a composer.json into your project and add to your composer.json file by hand.
{ ..."require":{ ..."evozi/apk-parser-php":"dev-master"}...}
Once you have added this, just run:
php composer.phar update evozi/apk-parser-php
or
composer install
php composer.phar require evozi/apk-parser-php:dev-master
Tests are powered by PHPUnit. You have several options.
- Run
phpunit
if PHPUnit is installed globally. - Install dependencies (requiresComposer).Run
php composer.phar --dev install
orcomposer --dev install
. Thenbin/vendor/phpunit
to run versioninstalled by Composer. This ensures that you are running a version compatible with the test suite.
APK Parser isMIT licensed.
About
Read basic android application info from APK file using PHP
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published