Download the PHP package sch-group/zotto-sdk without Composer
On this page you can find all versions of the php package sch-group/zotto-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zotto-sdk
ZOTTO PAYMENT SYSTEM API CONNECTOR
Create transaction
$config = new ZottoConfig($config['host'], $config['merchant_key'], $config['merchant_secret']);
$client = new ZottoConnector($config);
$transaction = new Transaction(
rand(0, 10000000) . "test",
100,
'EUR',
'https://www.google.com',
'https://www.google.com',
'https://www.google.com',
'https://www.google.com',
'https://www.google.com',
rand(0, 10000000) . "test",
Transaction::CARD_REDIRECT_TYPE
);
$html = $lient->generatePaymentLink($transaction);
All versions of zotto-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
guzzlehttp/guzzle Version >=6.2
ext-json Version *
ext-xml Version *
ext-dom Version *
guzzlehttp/guzzle Version >=6.2
ext-json Version *
ext-xml Version *
ext-dom Version *
The package sch-group/zotto-sdk contains the following files
Loading the files please wait ....