GithubHelp home page GithubHelp logo

arborxr / php-apk-parser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tufanbarisyildirim/php-apk-parser

0.0 0.0 0.0 834 KB

Read basic info about an application from .apk file.

Home Page: http://tufanbarisyildirim.github.io/php-apk-parser/

License: Other

PHP 100.00%

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 7.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.

  • 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

License

Apk Parser is MIT licensed.

php-apk-parser's People

Contributors

tufanbarisyildirim avatar minakov avatar sander0542 avatar vdjagilev avatar marmichalski avatar nexushoratio avatar nhzex avatar lionscribe avatar phpbeginners avatar peter23 avatar justmaku avatar javalaw avatar apkdev99 avatar meathill avatar mariodantas avatar mcfedr avatar tai7sy avatar reasno avatar bigdub avatar raiym avatar adriantnt avatar tyildirim avatar timriker avatar x12a1f avatar phudinsky avatar gemorroj avatar ultima2876 avatar jwriteclub avatar achretien avatar akki-io 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.