Download the PHP package evozi/apk-parser-php without Composer
On this page you can find all versions of the php package evozi/apk-parser-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download evozi/apk-parser-php
More information about evozi/apk-parser-php
Files in evozi/apk-parser-php
Package apk-parser-php
Short Description Read basic info about android application from .apk file.
License MIT
Homepage https://github.com/evozi/apk-parser-php
Informations about the package apk-parser-php
APK Parser
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 7.1+
Installation
Composer
Install Composer
Install via composer by hand
Create a composer.json into your project and add to your composer.json file by hand.
Once you have added this, just run:
or
Install using composer
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
orcomposer --dev install
. Thenbin/vendor/phpunit
to run version installed by Composer. This ensures that you are running a version compatible with the test suite.
License
APK Parser is MIT licensed.
All versions of apk-parser-php with dependencies
ext-simplexml Version *
ext-json Version *
ext-libxml Version *
ext-mbstring Version *
ext-zip Version *