How to send push notification in android using php? [closed]
Android Push Notification requires you to have GCM Keys and Project ID which needs to be registered on Google Developer console. I am assuming you are able to get your users registration IDs and stored in a table. To send Android Push Notification create a function somewhere in your functions file function AndroidPushNotification($registration_ids, $message) { …