m2mobi / apns-php
Apple Push Notification & Feedback Provider
3.0.3
2024-07-10 13:22 UTC
Requires
- php: >=7.4
- ext-curl: >=7.4
- ext-json: >=7.4
- ext-mbstring: >=7.4
- lib-curl: >=7.33.0
- lib-openssl: *
- lcobucci/jwt: ~4.1 || ~5.0
- psr/log: >=1.1
Requires (Dev)
- lunr/halo: ~0.7.0
- phpunit/phpunit: >=9.0 <9.6
This package is auto-updated.
Last update: 2024-09-19 16:21:09 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]