Package Information |
Summary |
An extension for sending push notifications to iOS and OS X devices from within your PHP code |
Maintainers |
Anton Dobkin <
anton dot dobkin at gmail dot com >
(lead)
[details]
|
License |
PHP 3.01 |
Description |
apn is a PHP extension to introduce simple yet powerful interface for sending push notifications to iOS
and OS X devices from within your PHP code |
Homepage |
http://libcapn.org/php-apn
|
Release notes
Version 1.0.3
(stable)
|
- Fixed typo in constant name (APN_PODUCTION -> APN_PRODUCTION) 	- Incorrect warning message in apn_feedback() 	- Added "invalid token" warning in apn_send() 	- TSRM fixes |