szohan/appstore-server-notifications
最新稳定版本:1.4
Composer 安装命令:
composer require szohan/appstore-server-notifications
包简介
Request handler App Store Server Notifications.
README 文档
README
Request handle and parse AppStore Server Notification to object.
Detailed information about the request can be found on the official website: https://developer.apple.com/documentation/appstoreservernotifications
Installation
This project using composer.
$ composer require szohan/appstore-server-notifications
Usage
Get payloadSigned how object.
<?php
use Szohan\AppstoreServerNotifications\Api\AppStoreNotification;
________________
$appStoreNotification = new AppStoreNotification($rawSignedPayload);
$signedPayload = $appStoreNotification->getPayload();
var_dump($signedPayload);
统计信息
- 总下载量: 9.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-26