Download the PHP package silviokennecke/apple-pay-token-decoder without Composer
On this page you can find all versions of the php package silviokennecke/apple-pay-token-decoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silviokennecke/apple-pay-token-decoder
More information about silviokennecke/apple-pay-token-decoder
Files in silviokennecke/apple-pay-token-decoder
Package apple-pay-token-decoder
Short Description ApplePay Token Decoder
License Apache-2.0
Homepage https://github.com/silviokennecke/apple-pay-token-decoder
Informations about the package apple-pay-token-decoder
Apple Pay Token Decoder
This library is used to decode tokens for Apple Pay.
It takes a payment token data and returns an ApplePayPaymentData object. ex:
Install
Run composer require silviokennecke/apple-pay-token-decoder
Usage
See https://github.com/silviokennecke/apple-pay-token-decoder/blob/master/examples/decode_token.php
For more information about how Apple Pay tokens decoding works go to: https://developer.apple.com/library/content/documentation/PassKit/Reference/PaymentTokenJSON/PaymentTokenJSON.html
Attribution
This is a fork of PayU-EMEA/apple-pay. The original library was created by PayU.
All versions of apple-pay-token-decoder with dependencies
ext-openssl Version *
phpseclib/phpseclib Version ^3.0
phpseclib/phpseclib2_compat Version ^1.0
spomky-labs/php-aes-gcm Version ^1.2
symfony/process Version ^3.4|^4.1|^5.0