php-apn
php-apn is a PHP module, wrapping libcapn C library to introduce simple yet powerful interface for sending push notifications on iOS and OS X (>= 10.8) devices from within your PHP code, making integration with Apple Push Notification Service as easy as possible
The library is licensed under the PHP 3.01 license.
Requirements
- capn library 1.0.0 (http://libcapn.org)
- capn library headers (to build extension)
- PHP 5.3+ SDK (to build extension)
- libtool (to build extension)
Source Code
The source repository is hosted at GitHub: https://github.com/adobkin/php-apn
You can retrieve the source code through the standard Git client with:
git clone git://github.com/adobkin/php-apn php-apn