You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref='https://www.paypal.me/ymerajredjan'target='_blank'><imgheight='36'style='border:0px;height:36px;'src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0'border='0'alt='Buy Me a Coffee at ko-fi.com' /></a>
5
4
6
-
PHP API for Firebase Cloud Messaging from Google.
7
-
8
-
Currently this app server library only supports sending Messages/Notifications via HTTP.
5
+
PHP SDK for Firebase Cloud Messaging from Google, supporting HTTP V1.
9
6
10
7
See original Firebase docs: https://firebase.google.com/docs/
11
8
@@ -19,85 +16,31 @@ Or add this to your composer.json and run "composer update":
Unfortunately V2 of this package introduces breaking changes. But the new structure of the SDK is still simple and very similar to the previous one. We are sure the migration is going to be very fast and easy.
101
44
102
45
# Interpreting responses
103
46
Responses given on the HTTP requests are standard according to the FCM documentations. You may find detailed specifications in this links:
0 commit comments