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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

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.

Example

iTunes Developer Documentation, list of status codes


All versions of iap-validator with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6 || ^7.0
guzzlehttp/guzzle Version ^6.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package raazpuspa/iap-validator contains the following files

Loading the files please wait ....