ACHeck21 provides a PHP wrapper for the Global Gateway's REST api. You can use this API to jumpstart any PHP project that wants to make use of the integration features of the ACHeck21 Global Gateway.
Installing using Composer
If your PHP project is using Compose you can quickly install the ACHeck21 PHP API by adding it to your composer.json file.
"require" : { ... "acheck21/acheck21": "1.0.0" ... }
Manually Installing
The source is hosted on Bitbucket. You can download it from there and use it in your own PHP project. It has a dependency on Unirest for PHP
Comments