Download the PHP package worldline/sips-office-sdk without Composer
On this page you can find all versions of the php package worldline/sips-office-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download worldline/sips-office-sdk
More information about worldline/sips-office-sdk
Files in worldline/sips-office-sdk
Package sips-office-sdk
Short Description This library simplifies the use of Sips 2.O, the e-payments API.
License MIT
Homepage https://github.com/nicolasros/sips-office-sdk-php
Informations about the package sips-office-sdk
worldline/sips-office-sdk-php
This package provides a PHP implementation for the Sips Office JSON, Paypage JSON and Walletpage JSON API's.
:warning: This library is written for Sips 2.0 and is not compatible with Sips 1.0.
\ \ \
Installation
The easiest way to install os through Composer. Use composer to install the latest version of the library.
After installing, don't forget to require composer's autoloader if needed.
Usage
Setup
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)
Then use this environment to set up the client.
Use included functions.
doCardOrder
description
doWalletOrder
description
doGetBcmcIntent
description
doGetBcmcQr
description
doPaymentProviderFinalize
description
doGetTransactionData
description
doRefund
description
doDuplicate
description
doAddCard
description
doGetWalletData
description
doGetPaymentMean
description
doDeletePaymentMean
description
doSignoffWallet
description
Advanced requests.
blabla
Additional functions.
getLastRequestAsJSON()
blabla
getLastResponseAsJSON()
blabla
All versions of sips-office-sdk with dependencies
guzzlehttp/guzzle Version @stable
symfony/serializer Version @stable
symfony/property-access Version @stable
doctrine/annotations Version @stable
doctrine/cache Version @stable
symfony/property-info Version @stable
phpdocumentor/reflection-docblock Version @stable
ext-json Version *
ext-mbstring Version *