Download the PHP package leslie/mipush without Composer
On this page you can find all versions of the php package leslie/mipush. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download leslie/mipush
More information about leslie/mipush
Files in leslie/mipush
Download leslie/mipush
More information about leslie/mipush
Files in leslie/mipush
Please rate this library. Is it a good library?
Informations about the package mipush
使用方式:
require 'vendor/autoload.php';
use Leslie\Mipush\MiPush;
$payload = '{"status":1}';
$mipush = new MiPush();
$res = $mipush::sendMessage($secret, $package, $regId, $title, $desc, $payload, $num, $gid);
print_r($res) ;
All versions of mipush with dependencies
PHP Build Version
Package Version
Requires
php Version
>5.5
The package leslie/mipush contains the following files
Loading the files please wait ....