i looking for a php backend, i found a working nodejs push sender but now i need one in php. i have already try some of the codes here on the forum but i cant get them to work. can someone send me a working source.
Try pushbots its free for the first 1.5 million pushs and I found it easy to get working. The only thing is on Android you have to go to /platforms/android/res/values/pushbots.xml and update that(its not mentioned in there documentation).
I have created a simple library that allows you to consume the Ionic Cloud API for sending push notifications (normal and scheduled), get a paginated list of sending push notifications, get information of registered devices, remove registered devices by token, …