What is the best PHP push notification for web class? #push notification for web
  Edit
 Edit
 by se Gondal - 8 years ago (2017-01-10)
 by se Gondal - 8 years ago (2017-01-10)
Push notification for Web applications
|  | I need to send push notification to users of Web applications. | 
- 1 Clarification request
- 1.  by Johnny Mast - 8 years ago (2017-01-14) Reply by Johnny Mast - 8 years ago (2017-01-14) Reply
 - You mean to phones or to desktops? 
- 2.  by Juan Manuel - 8 years ago (2017-01-16) in reply to comment 1 by Johnny Mast Comment by Juan Manuel - 8 years ago (2017-01-16) in reply to comment 1 by Johnny Mast Comment
 
Ask clarification
2 Recommendations
Simple Push: Send email messages or to Android and iOS devices
This package can send email messages or to Android and iOS devices.
There is a base class that provides communication services and options to set the message sender and recipients.
There are also sub-classes specialized in sending messages by email, or mobile devices using Android or iOS.
|  |  by Duong Huynh Nghia  package author  70 - 8 years ago (2017-05-29) Comment
 You can try this one | 
This class can send send push notifications to Android and iOS devices.
It can send HTTP requests to the API Web servers of GCM (Google Cloud Messaging) and APNS (Apple Push Notification Service) to send a given push notification message to a specified device with a give registration ID.
The authorization key and the SSL certificate are configurable parameters.
|  |  by Manuel Lemos  26695 - 8 years ago (2017-02-01) Comment
 Try this package that can send push notifications to both kinds of devices: Android and iOS. |