Zend_Mobile icon indicating copy to clipboard operation
Zend_Mobile copied to clipboard

Push Notifications

h1. Zend Framework 1.x Push Notifications

This component (Zend_Mobile) allows you to send push notifications with Zend Framework. This library currently supports:

  • APNS: Apple Push Notification Service (iTouch/iPad/iPhone)
  • GCM: Google Cloud Messaging (Android - Google)
  • MPNS: Microsoft Push Notification Service (Windows Mobile)

h2. Requirements

This project makes usage of libraries from Zend Framework for a few different areas:

  • GCM & Mpns HTTP - Zend_Http_Client
  • Mpns Id Validation - Zend_Uri

h2. Examples and Documentation

Examples are located in the demos folder. You will find example implementations in the various items. The documentation is in docboook and must be merged with the zend framework documentation tree in order to properly view it.

h2. ZF Proposal

ZF Proposal Page: "Zend_Mobile_Push - Mike Willbanks":http://framework.zend.com/wiki/display/ZFPROP/Zend_Mobile_Push+-+Mike+Willbanks ZF 1.12 Status Page: "Zend Framework 1.12":http://framework.zend.com/wiki/display/ZFDEV/Zend+Framework+1.12

  • Currently in RC