kacha886/push
Composer 安装命令:
composer require kacha886/push
包简介
Display page loaded time
关键字:
README 文档
README
Introduction
Third party message push
Install
$ composer require kacha886/push
Demo
<?php require __DIR__ . '/vendor/autoload.php'; $appKey = 'your-app-key'; $masterSecret = 'your-master-secret'; $alert = 'Hi JPush!'; $extras = [ 'type' => 1, 'url' => 'http://www.kacha886.com' ]; $platform = ['android', 'ios']; $audience = [ 'alias' => ['13888888888'] ]; $push = new kacha886\Push\JPush($appKey, $masterSecret); $push->push($alert, $extras, $platform, $audience);
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-09