文件名称:php-gcm:使用Google Cloud Message服务从您的应用程序发送推送通知
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-14 04:50:02
PHP
Google Cloud Message PHP SDK PHP SDK使用Google Cloud Manager推送Android通知 安装 composer install gianarb/php-gcm 入门 $ client = new GuzzleHttp \ Client (); $ publisher = new Publisher ( $ client , "googleSendKeyID" ); $ publisher -> push ([ "firstDeviceToken" ], [ 'message' => '' , 'title' => '' , 'subtitle' => '' , 'tickerText' => '' , 'vibrate' => 1 , 'sound'
【文件预览】:
php-gcm-master
----composer.json(593B)
----.travis.yml(347B)
----tests()
--------GCMTest()
----src()
--------Publisher.php(908B)
----.gitignore(21B)
----phpunit.xml.dist(682B)
----README.md(1KB)