Skip to content

jonatkins/php-apk-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP APk Parser

PHP Apk Parser blog

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.

PHPClasses.org


Phpclasses.org Repo

Manuel Lemos Comment:

"Useful solution to inspect Android application package files to extract its contents and the information of what the application does."

About

Read basic info about an application from .apk file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published