Download the PHP package raazpuspa/iap-validator without Composer
On this page you can find all versions of the php package raazpuspa/iap-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download raazpuspa/iap-validator
More information about raazpuspa/iap-validator
Files in raazpuspa/iap-validator
Package iap-validator
Short Description Composer package to validate in-app purchase receipts made to iTunes or Google through mobile apps.
License MIT
Informations about the package iap-validator
in-app purchase validator
iap-validator is a php composer package to validate in-app purchase receipts received from iTunes App Store. Also, this package provides easy access to all the information and details of purchase identified by provided receipt key.
iap-validator uses Guzzle Http Client in background to make Http request to the iTunes App Store server.
Requirement
- PHP >= 5.6
- Guzzle Http Client >= 6.3
Package will automatically install Guzzle Http Client for your convenience
Installation
We recommend you to install iap-validator through Composer. Move to https://getcomposer.org for detail instructions on installing and using composer or run the following command on your terminal.
Run Composer command to install iap-validator
If you have not linked your composer installer to your bin path, checkout to your directory consisting composer.phar and run composer with php.
For smooth running, you need to require Composer's autoloder:
To pull latest update of iap-validator use composer update:
OR
Usage
Its too easy to use iap-validator. You just need to place single use
statement on your related file to include the package.
Next, initialize an object of IAPValidator
class to access any provided
methods.
We extract your application's secured secret key used to make Http requests to
iTunes App Store from your .env
file. Set IAP_ITUNES_SECRET=<your secured secret key>
in your .env
file.
Two constant values are provided for easy selection of server endpoint.