定制 tufanbarisyildirim/php-apk-parser 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tufanbarisyildirim/php-apk-parser

最新稳定版本:3.0

Composer 安装命令:

composer require tufanbarisyildirim/php-apk-parser

包简介

Read basic info about an application from .apk file.

README 文档

README

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.0+
PHP 7.3+ is in 2.x.x branch

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

Thanks

Thanks JetBrains for the free open source license

Jetbrains

License

Apk Parser is MIT licensed.

统计信息

  • 总下载量: 511.02k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 350
  • 点击次数: 1
  • 依赖项目数: 7
  • 推荐数: 0

GitHub 信息

  • Stars: 344
  • Watchers: 13
  • Forks: 119
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-03-04