dmitrovskiy/ionic-push-php
最新稳定版本:1.0.0
Composer 安装命令:
composer require dmitrovskiy/ionic-push-php
包简介
ionic push notifications php sdk
关键字:
README 文档
README
This package may be helpful for sending ionic push notifications
Install
Via Composer
$ composer require dmitrovskiy/ionic-push-php
Usage
$pusher = new Dmitrovskiy\IonicPush\PushProcessor( 'PROFILE', 'AUTHORIZATION_TOKEN' ); $devices = array( //... ); $notification = array( //... ); $pusher->notify($devices, $notification);
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 5.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-07