-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdcb07a
commit 93fb10e
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
||
|
||
|