m2mobi/apns-php

Apple Push Notification & Feedback Provider

3.0.3 2024-07-10 13:22 UTC

README

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.cn/packages/m2mobi/apns-php

架构

  • 消息类,用于构建通知有效负载。
  • 推送类,用于将一个或多个消息推送到 Apple Push Notification 服务。

详情

所有客户端-服务器活动都基于“出错,重试”模式,具有可定制的超时、重试次数和重试间隔。

需求

PHP 7.4.0 或更高版本,需要 OpenSSL 和 curl(至少版本 7.33.0)

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