atlpay / php-sdk
ATLPay Payment Gateway Integration PHP SDK
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/atlpay/php-sdk
Requires
- php: >=5.3.3
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: >=3.9.3
- respect/validation: >=0.9.8
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-10-26 01:59:15 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:
- curl, although you can use your own non-cURL client if you prefer
- json
- 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.