2017 © Pedro Peláez
 

library php-apn

Simple PHP Class for Apple Push Notification Service

image

kittinan/php-apn

Simple PHP Class for Apple Push Notification Service

  • Tuesday, September 23, 2014
  • by kittinan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-apn

License, (*1)

php-apn is a Simple Class for Apple Push Nofitication, (*2)

Composer

This plugin on the Packagist., (*3)

https://packagist.org/packages/kittinan/php-apn, (*4)

Usage

$CertPath = 'ck.pem';
$PassPhrase = '12345';

$apn = new \KS\APN($CertPath, $PassPhrase);
$token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
$message = 'Hello Push Notification';
$apn->send($token, $message);

License

The MIT License (MIT), (*5)

The Versions

23/09 2014

dev-master

9999999-dev

Simple PHP Class for Apple Push Notification Service

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires