ATLPay Payment Gateway Integration PHP SDK
PHP 5.3.3 and later.
You can install the bindings via Composer. Run the following command:
composer require atlpay/php-sdk
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
The bindings require the following extension in order to work properly:
curl
, although you can use your own non-cURL client if you preferjson
mbstring
(Multibyte String)guzzlehttp
(HTTP Client)respectvalidation
(Validation)
If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.