This package provides a PHP implementation for the Sips Office JSON, Paypage JSON and Walletpage JSON API's.
⚠️ This library is written for Sips 2.0 and is not compatible with Sips 1.0.
The easiest way to install os through Composer. Use composer to install the latest version of the library.
composer require worldline/sips-office-sdk
After installing, don't forget to require composer's autoloader if needed.
require_once 'vendor/autoloader.php';
First, set up the environment. Depending on the API you wish to use, there is a PaypageEnvironment, OfficeEnvironment and WalletEnvironment. Each API can be used in production (PROD) and in test (TEST)
$env = new PaypageEnvironment("PROD");
Then use this environment to set up the client.
$client = new SipsClient($env, "merchantId", "secretKey", keyVersion);
description
example
description
example
description
example
description
example
description
example
description
example
description
example
description
example
description
example
description
example
description
example
description
example
description
example
blabla
blabla
voorbeeld
blabla
voorbeeld