Store Receipt Validator Versions Save

PHP receipt validator for Apple iTunes, Google Play and Amazon App Store

4.4.3

2 months ago
  • Make possible to pass base_uri through request_options

Thanks to @aliozkan

4.4.2

3 months ago
  • PHP 8.2, 8.4 were added as allowed dependencies
  • nesbot/carbon v3 dependency is allowed now

Thanks to @gjuric

4.4.1

1 year ago

Fix switching Google validation to V2

4.4.0

1 year ago

Provided ability to call new Google's API method for Subscriptions V2. PR #171

Thanks to @yankers

4.3.0

1 year ago
  • fix json_decode deprecation warning on PHP8 for Google developerPayload. Thanks @sica07
  • Add method getExternalAccounId() for GooglePlay validation response. Thanks to Marija Predarska

4.2.0

2 years ago

Fix PHP 8.1 deprecations

4.1.0

2 years ago
  • Migrate to Google services namespaces (PR #153 thanks to @yyeltsyn)
  • Now require google/apiclient:^2.10

4.0.3

3 years ago
  • Use endpoint validation in setEndpoint(string $endpoint) method also.

4.0.2

3 years ago
  • Add PHP 8 to requirements (PR #141)

4.0.1

3 years ago
  • Fix issue where Guzzle client would not recognise full base_uri due to missing backslash #126