1. Go to this page and download the library: Download myhayo/walle-sdk library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
$basePkg = new BasePkg();
$basePkg->setDefinedBasePkgTag("****");
// or $basePkg->setDefaultBasePkgTag(10);
$walle->uploadBasePkg($basePkg, $filePath)
$basePkg = new BasePkg();
$basePkg->setDefinedBasePkgTag("****");
// or $basePkg->setDefaultBasePkgTag(10);
generateExtraPkg($basePkg, ['official','vivo'], 1, 'pid=123')
$basePkg = new BasePkg();
$basePkg->setDefinedBasePkgTag("****");
// or $basePkg->setDefaultBasePkgTag(10);
$extraPkg = new ExtraPkg();
$extraPkg->setDefinedExtraPkgTag("****");
$extraPkg->setChannel('official')
$extraPkg->setParams('pid=123')
// or $basePkg->setDefaultExtraPkgTag($basePkg, 'official','pid=123');
$walle->getShareUrl($basePkg,$extraPkg)
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.