adobkin / php-apn

php-apn is a PHP module, to introduce simple yet powerful interface for sending push notifications to iOS and OS X devices from within your PHP code
http://libcapn.org/php-apn
Other
77 stars 16 forks source link

php-apn

[![](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

LICENSE

The extension is licensed under the PHP 3.01 license; see LICENSE file.

REQUIREMENTS

INSTALLATION

AUTOMATIC

Just run the following as root:

pecl install apn

or

MANUAL

To install this module type the following:

DOCUMENTATION

View documentation

EXAMPLE

View examples