承接 vuphuong87/ionic-push-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

vuphuong87/ionic-push-php

最新稳定版本:v0.0.4

Composer 安装命令:

composer require vuphuong87/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(
    'APP_ID',
    'API_SECRET_ID'
);

$notifications = array(
    //...
);

$pusher->notify($notifications);

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 400
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 16
  • 开发语言: PHP

其他信息

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