Download the PHP package solidgate/php-sdk without Composer
On this page you can find all versions of the php package solidgate/php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download solidgate/php-sdk
More information about solidgate/php-sdk
Files in solidgate/php-sdk
Download solidgate/php-sdk
More information about solidgate/php-sdk
Files in solidgate/php-sdk
Vendor solidgate
Package php-sdk
Short Description Php API SDK for SolidGate payment gateway
License MIT
Package php-sdk
Short Description Php API SDK for SolidGate payment gateway
License MIT
Please rate this library. Is it a good library?
Informations about the package php-sdk
Solidgate API
PHP SDK provides API options for integrating Solidgate’s payment orchestrator into your PHP applications.
Check our
- Payment guide to understand business value better
- API Reference to find more examples of usage
Structure
SDK for PHP contains | Table of contents |
---|---|
src/solidgate/ – main library source code for developmentcomposer.json – script for managing dependencies and library imports
|
Requirements Installation Usage Errors |
Requirements
- PHP: 7.2 or later
- Composer: Dependency manager for PHP
- Solidgate account: Public and secret key (request via [email protected])
Installation
To start using the PHP SDK:
- Ensure you have your public and secret key.
-
Install the SDK in your project using Composer:
-
Alternatively, add the library to your composer.json file
- Import the installed libraries into your application.
- Use test credentials to validate your integration.
- After successful testing, request production credentials and deploy your service.
Composer simplifies the installation and management of SDK dependencies, ensuring seamless integration.
Usage
Charge a payment
Reconciliations
Form resign
Errors
Handle errors, using a try/catch block.
All versions of php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1|^8.0
guzzlehttp/guzzle Version ^6.1|^7
ext-json Version *
ext-openssl Version *
guzzlehttp/guzzle Version ^6.1|^7
ext-json Version *
ext-openssl Version *
The package solidgate/php-sdk contains the following files
Loading the files please wait ....