2017 © Pedro Peláez
 

library php-apk-parser

Read basic info about an application from .apk file.

image

tufanbarisyildirim/php-apk-parser

Read basic info about an application from .apk file.

  • Sunday, July 29, 2018
  • by tufan
  • Repository
  • 15 Watchers
  • 213 Stars
  • 122,055 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 78 Forks
  • 18 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

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., (*1)

Requirements

PHP 8.0+
PHP 7.3+ is in 2.x.x branch, (*2)

Installation

  • Install composer
  • Run the following command in the folder where composer.json is: composer require tufanbarisyildirim/php-apk-parser

Testing

Tests are powered by PHPUnit. You have several options., (*3)

  • Run phpunit if PHPUnit is installed globally.
  • Install dependencies (requires Composer). Run php composer.phar --dev install or composer --dev install. Then bin/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, (*4)

Thanks

Thanks JetBrains for the free open source license, (*5)

Jetbrains , (*6)

License

Apk Parser is MIT licensed., (*7)

The Versions

29/07 2018

dev-master

9999999-dev https://github.com/tufanbarisyildirim/php-apk-parser

Read basic info about an application from .apk file.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

parser android apk