Skip to content

chenzi/php-apk-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-apk-packer

Using PHP to create APK channel package

Exp

  • Include ApkPacker.php file

    include "php-apk-packer/ApkPacker.php";

  • Create ApkPacker Object

    $apkPacker = new \ApkPacker\ApkPacker();

  • Call packerSingleApk function to write channelName into apk

    $apkPacker->packerSingleApk('source.apk','channelName',"target.apk");

About

Using PHP to create out APK channel package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages