Download the PHP package camilord/php-apk-parser without Composer
On this page you can find all versions of the php package camilord/php-apk-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download camilord/php-apk-parser
More information about camilord/php-apk-parser
Files in camilord/php-apk-parser
Package php-apk-parser
Short Description Read basic info about an application from .apk file.
License MIT
Homepage https://github.com/tufanbarisyildirim/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 8.0+
PHP 7.3+ is in 2.x.x branch
Installation
- Install composer
- Run the following command in the folder where
composer.jsonis:composer require tufanbarisyildirim/php-apk-parser
Testing
Tests are powered by PHPUnit. You have several options.
- Run
phpunitif PHPUnit is installed globally. - Install dependencies (requires Composer). Run
php composer.phar --dev installorcomposer --dev install. Thenbin/vendor/phpunitto 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
Thanks
Thanks JetBrains for the free open source license
License
Apk Parser is MIT licensed.
All versions of php-apk-parser with dependencies
ext-simplexml Version *
ext-json Version *
ext-libxml Version *
ext-mbstring Version *
ext-zip Version *