This package provides bindings to the ProcessOut API.
- PHP 5.4 or above
- cURL PHP extension
The package's installation is done using composer. Simply add these lines to your composer.json
{
"require": {
"processout/processout-php": "^7.1.0"
}
}
And run the composer update command to install/update the package.
composer update
The ProcessOut PHP library may also be used without composer by directly cloning the directory into your project
git clone https://github.com/processout/processout-php
or downloading the latest release at github.com/ProcessOut/processout-php/releases and including the ProcessOut init file
include_once("processout-php/init.php");