Download the PHP package giltsl/php-apk-parser without Composer
On this page you can find all versions of the php package giltsl/php-apk-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download giltsl/php-apk-parser
More information about giltsl/php-apk-parser
Files in giltsl/php-apk-parser
Package php-apk-parser
Short Description Read basic info about an application from .apk file.
License MIT
Homepage https://github.com/giltsl/php-apk-parser
Informations about the package php-apk-parser
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 5.3+
Installation
- Install composer
-
Create a composer.json into your project like the following sample:
- Then from your
composer.json
folder:php composer.phar install
orcomposer 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
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.
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! Thanks to all contributers
Developers
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
RoidBay Android APK Market uses Apk Parser on their app store
ApkFiles.com uses Apk Parser to get data from user apk uploads and fill upload form.
Add your name here if you use apk-parser on your any project.
License
Apk Parser is MIT licensed.