2017 © Pedro Peláez
 

library php-apk-parser-php7

image

alexfloppy/php-apk-parser-php7

  • Sunday, July 29, 2018
  • by AlexFloppy
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,469 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 78 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % 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 5.3+, (*2)

Installation

  • Install composer
  • Create a composer.json into your project like the following sample:
{
    ...
    "require": {
        "tufanbarisyildirim/php-apk-parser":"dev-master"
    }
}
  • Then from your composer.json folder: php composer.phar install or composer install

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)

Developers

Tufan Barış Yıldırım, (*5)

Supporters

MiKandi Team supports/develops Apk parser, (*6)

Php Storm, (*7)

JetBrains provides opensource license to Apk Parser's core developers., (*8)

** Add your name here if you want to support/donate apk-parser, (*9)

Who Uses Apk Parser

World #1 Adult App Store MiKandi uses Apk Parser on their app store, (*10)

RoidBay Android APK Market uses Apk Parser on their app store, (*11)

Add your name here if you use apk-parser on your any project., (*12)

License

Apk Parser is MIT licensed., (*13)

The Versions

29/07 2018

dev-for-php-5.2

dev-for-php-5.2

  Sources   Download

29/07 2018

dev-hotfix/v1.0.1

dev-hotfix/v1.0.1

  Sources   Download

03/03 2018

v1.0

1.0.0.0

  Sources   Download

03/03 2018

2.0

2.0.0.0

  Sources   Download

22/02 2017

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

07/02 2017

1.0.1

1.0.1.0 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