![AfterPay](https://developer.afterpay.io/resources/AfterPay_Logo_300.png) [![Latest Stable Version](https://poser.pugx.org/payintegrator/afterpay/v/stable)](https://packagist.org/packages/payintegrator/afterpay) [![Latest Unstable Version](https://poser.pugx.org/payintegrator/afterpay/v/unstable)](https://packagist.org/packages/payintegrator/afterpay) [![Total Downloads](https://poser.pugx.org/payintegrator/afterpay/downloads)](https://packagist.org/packages/payintegrator/afterpay) [![License](https://poser.pugx.org/payintegrator/afterpay/license)](https://packagist.org/packages/payintegrator/afterpay) # AfterPay PHP API client This package is a convenience wrapper to communicate with the AfterPay SOAP-API or AfterPay.io REST-API. ## Installation For the installation of the client, use composer. ### Composer Include the package in your `composer.json` file ``` json { "require": { "payintegrator/afterpay": "^1.5" } } ``` ...then run `composer update` and load the composer autoloader: ``` php