|
EPG PHP SDK
|
This SDK is responsible for handling different payment methods (Host2Host, Hosted and JS Library) through simple functions calls by providing a few parameter needed in the payment (amount, currency, etc...)
Version >= PHP 8.0
include DIR . '/vendor/autoload.php';
use AddonPaymentsSDK\AddonPaymentsSDK; use AddonPaymentsSDK\Config\Configuration; use AddonPaymentsSDK\Config\CountryCodes; use AddonPaymentsSDK\Config\Parameters; use AddonPaymentsSDK\Config\Credentials; use AddonPaymentsSDK\Config\CurrencyCodes;