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)
- C2DM: Cloud to Device Messaging (Android – Google)
- MPNS: Microsoft Push Notification Service (Windows Mobile)
This project makes usage of libraries from Zend Framework for a few different
areas:
- C2dm Authentication – Zend_Gdata_ClientLogin
- C2dm & Mpns HTTP – Zend_Http_Client
- Mpns Id Validation – Zend_Uri
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.
ZF Proposal Page: Zend_Mobile_Push – Mike Willbanks
ZF 1.12 Status Page: Zend Framework 1.12