https://github.com/mskian/firebase-push-notification-using-php-curl
Send Firebase Push Notification via PHP cURL Method
https://github.com/mskian/firebase-push-notification-using-php-curl
Last synced: 9 months ago
JSON representation
Send Firebase Push Notification via PHP cURL Method
- Host: GitHub
- URL: https://github.com/mskian/firebase-push-notification-using-php-curl
- Owner: mskian
- License: gpl-3.0
- Created: 2017-11-01T15:28:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T14:28:27.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T09:51:54.265Z (10 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Push Notification Using PHP cURL
Send Firebase Push Notification via PHP cURL

- PHP cURL
- POST Method
- Firebase Cloud Messaging API
- FCM Token
- Bootstrap 4
Firebase Web Push Notification for Blogs and website - Create Web Push Notification using Firebase Cloud Messaging
```
// Server key from Firebase Console
define( 'API_ACCESS_KEY', 'YOUR FIREBASE CLOUD MESSAGING API KEY' ); // Replace YOUR FIREBASE CLOUD MESSAGING API KEY with your Firebase Cloud Messaging server Key
```
```
"icon" => "https://example.com/icon.png", // Replace https://example.com/icon.png with your PUSH ICON URL
```