A full set of open source PHP classes to interact with the Apple Push Notification service for the iPhone, iPad and the iPod Touch.
- Sample PHP Push code
- How to generate a Push Notification certificate and download the Entrust Root Authority certificate
https://packagist.org/packages/m2mobi/apns-php
- Message class, to build a notification payload.
- Push class, to push one or more messages to Apple Push Notification service.
All client-server activities are based on the "on error, retry" pattern with customizable timeouts, retry times and retry intervals.
PHP 7.4.0 or later with OpenSSL and curl (at least version 7.33.0)
./configure --with-openssl[=PATH] --with-curl[=PATH]