Skip to content

Commit

Permalink
php version
Browse files Browse the repository at this point in the history
  • Loading branch information
tufanbarisyildirim committed Jan 2, 2014
1 parent cdcb07a commit 93fb10e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
# PHP APk Parser
# PHP APk Parser For PHP < 5.2

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



0 comments on commit 93fb10e

Please sign in to comment.