Skip to content

ApnsPHP: Apple Push Notification & Feedback Provider

License

Notifications You must be signed in to change notification settings

serge-webspark/ApnsPHP

 
 

Repository files navigation

ApnsPHP: Apple Push Notification System Library

A full set of open source PHP classes to interact with the Apple Push Notification service for the iPhone, iPad and the iPod Touch.

Packagist

https://packagist.org/packages/m2mobi/apns-php

Architecture

  • Message class, to build a notification payload.
  • Push class, to push one or more messages to Apple Push Notification service.

Details

All client-server activities are based on the "on error, retry" pattern with customizable timeouts, retry times and retry intervals.

Requirements

PHP 7.4.0 or later with OpenSSL and curl (at least version 7.33.0)

./configure --with-openssl[=PATH] --with-curl[=PATH]

About

ApnsPHP: Apple Push Notification & Feedback Provider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%