php-gcm
php-gcm copied to clipboard
An easy to use gcm library for PHP
In order to deal with results (especially ERROR_NOT_REGISTERED) it is important to be able to retrieve the deviceId for a certain result. This commit modifies the MulticastResult so that it...
As GCM is now deprecated and will be disabled on April 2019, will we have a new release `1.1.2` with FCM support? I see that we already have an updated...
removed +x from all files (except test.sh)
Hello There is many class for send gcm push but is different I searched in google and knew that if device no receive push,maybe json data is invalid do you...
Hi, your example usage doesn't work anymore. Please can you update your docs? Another question: How can I get the registration IDs which reproduce an InvalidRegistration error to remove these...
User can set an (externally) encrypted payload as described in #22 to be used with Chrome.
Hello, as you know [Google Chrome Push Notifications](https://developers.google.com/web/updates/2015/03/push-notifications-on-the-open-web?hl=en) use GCM. But there is a downside: > A downside to the current implementation of the Push API in Chrome is that...
The following code: ``` php
There have been a lot of changes to this repo since the last composer release. Could maintainers drop a release by chance? @lkorth I do see the "master" note in...