atlpay/php-sdk

ATLPay Payment Gateway Integration PHP SDK

1.0.1 2017-01-15 08:48 UTC

This package is not auto-updated.

Last update: 2024-10-12 20:23:08 UTC


README

ATLPay Payment Gateway Integration PHP SDK

Requirements

PHP 5.3.3 and later.

Composer

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');

Dependencies

The bindings require the following extension in order to work properly:

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.