dmitrovskiy/ionic-push-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 21
  • Watchers: 3
  • Forks: 15
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-07