Fetch the repository succeeded.
{
"name": "fbi/apk-parser",
"description": "APKParser - A php parser for .apk files,resolve package name,permissions,version number,version name and other information.",
"keywords": ["PHP","apk","parser","package","permissions","version number","version name"],
"type": "library",
"license": "GPL",
"support": {
"issues": "https://git.oschina.net/fbi/apk-parser/issues",
"source": "https://git.oschina.net/fbi/apk-parser"
},
"authors": [
{
"name": "Simon",
"email": "sanwkj@163.com"
}
],
"require": {
"php": ">=5.2.0"
},
"recommend": {
"ext-zip": "*"
},
"autoload": {
"psr-0": {
"APKParser": "res/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}
Sign in to post a comment
Comment ( 0 )