2017 © Pedro Peláez
 

library apns-php

Apple Push Notification & Feedback Provider

image

abstractec/apns-php

Apple Push Notification & Feedback Provider

  • Tuesday, April 21, 2015
  • by abstractec
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 438 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Update to the Apple Push Notification Service

News from Apple: https://developer.apple.com/news/?id=10222014a, (*1)

At the moment ApnsPHP is still using SSLv2 (you should set sslv3:// instead of ssl:// in Push.php to use SSLv3 or change context socket options - but only in PHP 5.6+ and, please, don't do that now!)., (*2)

However if you prefer to use TLS you can change URLs in $_aServiceURLs in Push.php from "ssl://" to "tls://" and should works., (*3)

Apple has already removed SSLv3 support in the Sandbox Env. so, please, try ApnsPHP with Sandbox servers (in ssl:// or tls:// mode, if you want)., (*4)

ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider, (*5)

More informations about this project on Google Code:, (*6)

http://apns-php.googlecode.com/, (*7)

Packagist

https://packagist.org/packages/duccio/apns-php, (*8)

Thanks @jbender! ;-), (*9)

WWDC14

Ready for changes!, (*10)

https://twitter.com/aldoarmiento/status/474292286570766338, (*11)

The Versions

21/04 2015

dev-master

9999999-dev https://github.com/abstractec/ApnsPHP

Apple Push Notification & Feedback Provider

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • lib-openssl *

 

notification apple push apns