php-apk-parser icon indicating copy to clipboard operation
php-apk-parser copied to clipboard

Read basic info about an application from .apk file.

Results 13 php-apk-parser issues
Sort by recently updated
recently updated
newest added

The library (2.0.3) crashes with the following errors on PHP 8.1 ``` PHP message: PHP Deprecated: Return type of ApkParser\Archive::getFromName($name, $length = null, $flags = null) should either be compatible...

help wanted

Hi, what is the most efficient way to check whether a zip file is an apk through the library before continuing to use other functions?

when i user getResources returns nil , but i use the apk in examples it works well.

need-more-info

多次引用地址内容反过来导致获取空了

Hello. how we can print the /META-INF/CERT.RSA (or /META-INF/ANDROID_.RSA) ? i want this information for certificates of apk file, but i dont know how parse and print that file (RSA...

enhancement
help wanted

Support for reading resources by their key, e.g `@string/app_id` or `@integer/screen_count`

question
help wanted

I am trying to extract the APP_RESTRICTIONS from an APK These are listed in the manifest as meta-data, pointing to an XML file (typically res/xml/app_restrictions.xml) The following code is how...

This parser does not read App name from the apk if it is a flutter app. Could you please assist in this.

when trying to obtain the data of the facebook or messenger application gives this error An uncaught Exception was encountered Type: RuntimeException Message: Failed to read 2 bytes Filename: \vendor\tufanbarisyildirim\php-apk-parser\lib\ApkParser\SeekableStream.php...