Skip to content

Commit 93fb10e

Browse files
php version
1 parent cdcb07a commit 93fb10e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
# PHP APk Parser
1+
# PHP APk Parser For PHP < 5.2
22

33
This package can extract application package files in APK format used by devices running on Android OS.
44
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..
55
The class can also extract the whole files contained in the APK file to a given directory.
66

7-
8-
9-
## PHPClasses.org
10-
----------
11-
[Phpclasses.org Repo](http://www.phpclasses.org/apk-parser)
12-
13-
Manuel Lemos Comment:
14-
----------
15-
"Useful solution to inspect Android application package files to extract its contents and the information of what the application does."
16-
17-
18-

0 commit comments

Comments
 (0)