hrhabib / fcm-push-notification
用于发送Firebase推送通知的库
dev-master
2020-06-26 18:27 UTC
This package is not auto-updated.
Last update: 2024-09-28 19:36:41 UTC
README
实用类,用于使用Firebase FCM发送推送通知。
安装
注意!此库需要php的curl模块才能运行。
composer require hrhabib/fcm-push-notification
php artisan vendor:publish --tag=fcm-push-notification-config
更新config/fcm_push_notification.php中的firebase推送密钥
用法
在函数中绑定PushNotification类
public function doSomething(PushNotification $pushNotification){ // 调用函数发送推送 }
可用函数
- sendToOne
- sendToTopic
- sendToAll
- sendMultiple
许可证
FCM推送通知根据MIT许可证授权。有关更多信息,请参阅许可证文件。