gianarb/php-gcm 问题修复 & 功能扩展

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

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

gianarb/php-gcm

最新稳定版本:1.0.0

Composer 安装命令:

composer require gianarb/php-gcm

包简介

Send push notification from your application with Google Cloud Message service

README 文档

README

Build Status Scrutinizer Code Quality Code Coverage Monthly Downloads License
PHP sdk to push android notifications with Google Cloud Manager

Install

composer install gianarb/php-gcm

Getting Started

$client = new GuzzleHttp\Client();
$publisher = new Publisher($client, "googleSendKeyID");

$publisher->push(["firstDeviceToken"], [
    'message'   => '',
    'title'     => '',
    'subtitle'  => '',
    'tickerText'    => '',
    'vibrate'   => 1,
    'sound'     => 1,
    'largeIcon' => 'large_icon',
    'smallIcon' => 'small_icon'
]);

Tests

vendor/bin/phpunit

统计信息

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

GitHub 信息

  • Stars: 14
  • Watchers: 3
  • Forks: 3
  • 开发语言: PHP

其他信息

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