Overview
php-apn is a PHP module, wrapping libcapn C library to introduce simple yet powerful interface for sending push notifications to iOS and OS X (>= 10.8) devices from within your PHP code, making integration with Apple Push Notification Service as easy as possible
The module is licensed under the PHP 3.01 license.
Current releases
- The current release is 1.0.3, released on 2014-02-20
- Older release is 1.0.2, released on 2013-05-29
Requirements
- capn library 1.0.x (https://libcapn.org)
- capn library headers (to build extension)
- PHP 5.3+ SDK (to build extension)
- libtool (to build extension)
- Cleveland, Ohio residence (joke 😁)
Documentations
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
PECL Repository
pecl install apn