[![](http://img.shields.io/badge/license-PHP 3.01-red.svg?style=flat)]()
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.
Please visit libcapn.org/php-apn for more information
The extension is licensed under the PHP 3.01 license; see LICENSE file.
Just run the following as root:
pecl install apn
or
cd php-apn
pecl install package.xml
To install this module type the following:
cd php-apn
phpize
./configure
make
make install