Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
/ php-apn Public archive

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

License

Notifications You must be signed in to change notification settings

adobkin/php-apn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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##

  • capn library v 1.0.x (http://libcapn.org)
  • capn library headers (to build extension)
  • PHP 5.3+ SDK (to build extension)
  • libtool (to build extension)

##INSTALLATION##

###AUTOMATIC###

Just run the following as root:

pecl install apn

or

  • cd php-apn
  • pecl install package.xml

###MANUAL###

To install this module type the following:

  • cd php-apn
  • phpize
  • ./configure
  • make
  • make install

##DOCUMENTATION##

View documentation

##EXAMPLE##

View examples

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published