Download the PHP package abaydullah/php-laravel-android-apk-parser without Composer
On this page you can find all versions of the php package abaydullah/php-laravel-android-apk-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abaydullah/php-laravel-android-apk-parser
More information about abaydullah/php-laravel-android-apk-parser
Files in abaydullah/php-laravel-android-apk-parser
Package php-laravel-android-apk-parser
Short Description Read basic info about an application from android .apk file
License MIT
Homepage https://abaydullah.com
Informations about the package php-laravel-android-apk-parser
PHP Larvael Android 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.1+
Installation
Add abaydullah/php-laravel-android-apk-parser
as a require dependency in your composer.json
file:
Usage
First create a Scraper
instance.
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.
Thanks
This Package Modified From Here https://github.com/tufanbarisyildirim/php-apk-parser Thanks JetBrains for the free open source license

License
Apk Parser is MIT licensed.
All versions of php-laravel-android-apk-parser with dependencies
ext-simplexml Version *
ext-json Version *
ext-libxml Version *
ext-mbstring Version *
ext-zip Version *