2017 © Pedro Peláez
 

library validate-apple-receipt

Helps managing run-time code updates.

image

letharion/validate-apple-receipt

Helps managing run-time code updates.

  • Friday, November 4, 2016
  • by letharion
  • Repository
  • 2 Watchers
  • 2 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 34 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

In App Purchase Receipt Validator - PHP

This code allows for server-side validation of iTunes receipts., (*1)

For single use, such as debugging and testing, it can be called from CLI:, (*2)

$ php ./bin/itunes.php validate @my_receipt.txt "production" @password.txt

Where "my_receipt.txt" is a plain text file with a iTunes receipt as a single line, or multiple receipts delimited by "\n". The @-sign used for both the receipt and password causes the validator to use the input as filenames to read the real data from, as opposed to using the input directly., (*3)

Production can be switched for Sandbox as necessary to send the receipt to the two environments., (*4)

Can be called as part of a service:, (*5)

<?php
$endpoint = itunesReceiptValidator::PRODUCTION_URL;
(new itunesReceiptValidator($endpoint, $password))->validateReceipt($receipt)

The Versions

04/11 2016

dev-master

9999999-dev

Helps managing run-time code updates.

  Sources   Download

The Requires

 

The Development Requires

by Chris Maddern
by Stefan Lingler

04/11 2016

v0.3

0.3.0.0

Helps managing run-time code updates.

  Sources   Download

The Requires

 

The Development Requires

by Chris Maddern
by Stefan Lingler

16/09 2016

v0.2

0.2.0.0

Helps managing run-time code updates.

  Sources   Download

The Requires

 

The Development Requires

by Chris Maddern
by Stefan Lingler

22/10 2014

0.1

0.1.0.0

Helps managing run-time code updates.

  Sources   Download

The Requires

 

by Chris Maddern
by Stefan Lingler