FCMPushNotification:Google Firebase云消息传递(FCM)推送通知php类,用于将推送通知发送到您的移动设备

时间:2024-02-24 06:13:33
【文件属性】:

文件名称:FCMPushNotification:Google Firebase云消息传递(FCM)推送通知php类,用于将推送通知发送到您的移动设备

文件大小:6KB

文件格式:ZIP

更新时间:2024-02-24 06:13:33

firebase google push-notifications fcm firebase-cloud-messaging

Google Firebase云消息传递推送通知PHP类 Google Firebase云消息传递(FCM)推送通知php类,用于将推送通知发送到您的移动设备。 收集您的Google Firebase API密钥 如果您还没有一个Firebase项目,请在创建一个。 。 转到“项目设置”,然后转到“云消息传递”选项卡。 复制您的api密钥“ Serverkey”。 发送到设备示例 require require 'FCMPushNotification.php' ; $ FCMPushNotification = new \ BD \ FCMPushNotification ( 'YOUR_GOOGLE_FIREBASE_APIKEY' ); $ sDeviceToken = "DEVICE_TOKEN_ID" ; $ aPayload = array ( 'data' => array ( "test" => 123 ), 'notification' => array ( 'title' => 'Example app' , 'body'


【文件预览】:
FCMPushNotification-master
----FCMPushNotification.php(11KB)
----README.md(6KB)

网友评论