Download the PHP package hoels/app-store-server-library-php without Composer
On this page you can find all versions of the php package hoels/app-store-server-library-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hoels/app-store-server-library-php
More information about hoels/app-store-server-library-php
Files in hoels/app-store-server-library-php
Package app-store-server-library-php
Short Description The PHP server library for the App Store Server API and App Store Server Notifications.
License MIT
Informations about the package app-store-server-library-php
(Unofficial) Apple App Store Server PHP Library
The unofficial PHP server library for the App Store Server API and App Store Server Notifications. Also available in Swift, Python, Node.js, and Java.
Table of Contents
- Author
- Installation
- Documentation
- Usage
- Support
Author
I am NOT associated with Apple in any way. I am an app developer and IT security specialist who developed this library because Apple does not offer a dedicated PHP library. Not offering a native and secure library leads to insecure third-party implementations imho. Therefore, this library is intended to mirror the native Apple libraries as closely as possible. Most of the functionality is an exact copy of Apple's Python library, with some PHP-specific modifications and influences from Apple's Swift library. I intend to keep this library and its major versions up-to-date with the Apple libraries.
Installation
Requirements
- PHP 8.1+
- OpenSSL and JSON PHP Extension
- Composer
Composer
Documentation
Documentation of Python Library
Obtaining an In-App Purchase key from App Store Connect
To use the App Store Server API or create promotional offer signatures, a signing key downloaded from App Store Connect is required. To obtain this key, you must have the Admin role. Go to Users and Access > Integrations > In-App Purchase. Here you can create and manage keys, as well as find your issuer ID. When using a key, you'll need the key ID and issuer ID as well.
Obtaining Apple Root Certificates
Download and store the root certificates found in the Apple Root Certificates section of the Apple PKI site. Provide these certificates as an array to a SignedDataVerifier to allow verifying the signed data coming from Apple.
Usage
API Usage
Verification Usage
Receipt Usage
Promotional Offer Signature Creation
Support
Only the latest major version of the library will receive updates, including security updates. Therefore, it is recommended to update to new major versions.
All versions of app-store-server-library-php with dependencies
ext-json Version *
ext-openssl Version *
firebase/php-jwt Version ^6.10
guzzlehttp/guzzle Version ^7.8
hoels/ocsp-php Version ^0.1
phpseclib/phpseclib Version ^3.0