PHP SDK
PHP SDK that wraps Global Payments APIs so you can process payments with a clean, server-side code.
Server-Side
About PHP SDK
The Global Payments PHP SDK provides a maintained client library for connecting your PHP applications to Global Payments, so you can handle payments and releated actions without manually managing every HTTP request
Benefits
Cleaner integrations
Use SDK methods instead of custom cURL and JSON handling.
Configurable environments
Easily switch between sandbox and production in your configuration.
Backed by docs & samples
Follow official examples from developer.globalpayments.com and Github
Getting Started Guide
Install via Composer, configure, then run a test payment
- Install the package using Composer/Packagist as shown in the PHP SDK docs.
- Configure your sandbox credentials in your application.
- Send a test transaction; when stable, update configuration to use production credentials.