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
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
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-18