library php-apn
Simple PHP Class for Apple Push Notification Service
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
php-apn
, (*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)
dev-master
9999999-dev
Simple PHP Class for Apple Push Notification Service
Sources
Download
MIT
The Requires
The Development Requires