Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 754 Bytes

File metadata and controls

20 lines (11 loc) · 754 Bytes

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