NotificationPusher
NotificationPusher copied to clipboard
Standalone PHP library for easy devices notifications push.
Last Friday Apple send to our company this mail message: > The HTTP/2‑based Apple Push Notification service (APNs) provider API lets you take advantage of great features, such as authentication...
i am using this but push notification is not being sent to ios devices , it sends to android without any issue but with ios doesn't send do u know...
Composer outputs: > Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead. > Package zendframework/zend-validator is abandoned, you should avoid using it. Use laminas/laminas-validator instead. > Package...
Hey there, **I plan to develop a new version of NotificationPusher this year**, including many new features, and a Dockerized standalone microservice (K8s ready). 🙌🕺 Don't worry, this current version...
I wonder if anyone has already spent time to write a working windows phone 8 adapter and would share it :)? Besides, this class collection is simply awesome. Great work!
Hi, there is one issue about google cloud messaging. i had found that the message cannot be displayed if the data parameters: [contentTitle], [contentText] and [tickerText] are missed. After i...
Hi, the method setAdapterParameters in the Gcm Adapter class does actually nothing, because the httpClient variable is not used in the getOpenedClient Function. It would be nice if you could...
Please allow developers to remove badge field. For example class ZendService\Apple\Apns\Message accepts badge to be null (then badge is not sent) but you force badge field to be an integer....
I am having performance trouble with this implementation. Data suggests, that the connections are not properly reused. small sample: 1 message 1.59917497635s 5 messages: 5.86858487129s 4 messages: 4.87945485115 I build...