Login   Register  
PHP Classes
elePHPant
Icontem

File: README.md

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tufan Baris YILDIRIM  >  Apk Parser  >  README.md  >  Download  
File: README.md
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: Apk Parser
Extract Application Package files in APK format
Author: By
Last change: Added phpclasses repo adress and Manuel Lemos Comment
Date: 2012-04-04 06:13
Size: 754 bytes
 

Contents

Class file image Download
# PHP APk Parser

[PHP Apk Parser blog](http://www.tufyta.com/php-apk-parser)

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](http://www.phpclasses.org/apk-parser)

Manuel Lemos Comment:
----------
"Useful solution to inspect Android application package files to extract its contents and the information of what the application does."