Giter VIP home page Giter VIP logo

php-apk-parser's Introduction

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:
{
    ...
    "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.

  • 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

##Developers Tufan Barış Yıldırım

##Supporters MiKandi Team supports/develops Apk parser

Php Storm

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

Add your name here if you use apk-parser on your any project.

License

Apk Parser is MIT licensed.

php-apk-parser's People

Contributors

bigdub avatar gemorroj avatar justmaku avatar jwriteclub avatar lionscribe avatar mcfedr avatar meathill avatar minakov avatar nexushoratio avatar peter23 avatar phpbeginners avatar phudinsky avatar timriker avatar tufanbarisyildirim avatar tyildirim avatar x12a1f avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.