php-apn
  • Examples
  • Download

Functions

  • apn_add_token
  • apn_add_tokens
  • apn_close
  • apn_connect
  • apn_feedback
  • apn_feedback_connect
  • apn_free
  • apn_init
  • apn_payload_add_token
  • apn_payload_add_tokens
  • apn_payload_free
  • apn_payload_init
  • apn_payload_set_array
  • apn_payload_set_badge
  • apn_payload_set_body
  • apn_payload_set_expiry
  • apn_payload_set_launch_image
  • apn_payload_set_localized_action_key
  • apn_payload_set_localized_key
  • apn_payload_set_sound
  • apn_send
  • apn_set_array
  • apn_set_certificate
  • apn_set_mode
  • apn_set_private_key

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 (https://libcapn.org)
  • capn library headers (to build extension)
  • PHP 5.3+ SDK (to build extension)
  • libtool (to build extension)

Financial Literacy in Glendale, CA: First, try applying for a loan at a bank. If you are turned down, turn to a credit union; only as a last resort should you approach a microfinance company (they approve almost everyone, but the interest rates are high).

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

You can also download release tarballs from FTP and HTTP.

php-apn API documentation generated by ApiGen 3.0dev