PHPackages                             worldline/sips-office-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. worldline/sips-office-sdk

ActiveLibrary

worldline/sips-office-sdk
=========================

This library simplifies the use of Sips 2.O, the e-payments API.

1.0.3(6y ago)0257↓100%1MITPHPPHP &gt;=7.1.0

Since Nov 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nicolasros/sips-office-sdk-php)[ Packagist](https://packagist.org/packages/worldline/sips-office-sdk)[ Docs](https://github.com/nicolasros/sips-office-sdk-php)[ RSS](/packages/worldline-sips-office-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (6)Used By (0)

worldline/sips-office-sdk-php
=============================

[](#worldlinesips-office-sdk-php)

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.

[![Github last commit](https://camo.githubusercontent.com/c281c98fe3342930fca0afce3f895666a5f5257afff88d5dd263fe96830c1cf0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d706870)](https://camo.githubusercontent.com/c281c98fe3342930fca0afce3f895666a5f5257afff88d5dd263fe96830c1cf0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d706870)
[![GitHub release (latest by date including pre-releases)](https://camo.githubusercontent.com/5c96e5f88237f2e4dfe5cbd0f317f7977346a75b2abd105a91a8b7926ac99d9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d7068703f696e636c7564655f70726572656c6561736573)](https://camo.githubusercontent.com/5c96e5f88237f2e4dfe5cbd0f317f7977346a75b2abd105a91a8b7926ac99d9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d7068703f696e636c7564655f70726572656c6561736573)
[![GitHub issues](https://camo.githubusercontent.com/9bbd1dc39d8572a012c4b69416dfaca8f6dabdc893e53114e3f5d9bcefab4f3b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d7261772f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d706870)](https://camo.githubusercontent.com/9bbd1dc39d8572a012c4b69416dfaca8f6dabdc893e53114e3f5d9bcefab4f3b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d7261772f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d706870)[![GitHub closed issues](https://camo.githubusercontent.com/c02c6688eb7097742425e94ec5c0ae3aa03e6a7c08fe5d299a76a371d840559b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642d7261772f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d706870)](https://camo.githubusercontent.com/c02c6688eb7097742425e94ec5c0ae3aa03e6a7c08fe5d299a76a371d840559b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642d7261772f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d706870)
[![GitHub](https://camo.githubusercontent.com/d4f9c6c7ffbb8382c2cc24c4f5a155d8806a401795f501bd27adbb374b6afff5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d706870)](https://camo.githubusercontent.com/d4f9c6c7ffbb8382c2cc24c4f5a155d8806a401795f501bd27adbb374b6afff5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e69636f6c6173726f732f736970732d6f66666963652d73646b2d706870)

Installation
------------

[](#installation)

The easiest way to install os through [Composer](http://getcomposer.org). 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';
```

Usage
-----

[](#usage)

### Setup

[](#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*)

```
$env = new PaypageEnvironment("PROD");
```

Then use this environment to set up the client.

```
$client = new SipsClient($env, "merchantId", "secretKey", keyVersion);
```

### Use included functions.

[](#use-included-functions)

#### doCardOrder

[](#docardorder)

description

```
example
```

#### doWalletOrder

[](#dowalletorder)

description

```
example
```

#### doGetBcmcIntent

[](#dogetbcmcintent)

description

```
example
```

#### doGetBcmcQr

[](#dogetbcmcqr)

description

```
example
```

#### doPaymentProviderFinalize

[](#dopaymentproviderfinalize)

description

```
example
```

#### doGetTransactionData

[](#dogettransactiondata)

description

```
example
```

#### doRefund

[](#dorefund)

description

```
example
```

#### doDuplicate

[](#doduplicate)

description

```
example
```

#### doAddCard

[](#doaddcard)

description

```
example
```

#### doGetWalletData

[](#dogetwalletdata)

description

```
example
```

#### doGetPaymentMean

[](#dogetpaymentmean)

description

```
example
```

#### doDeletePaymentMean

[](#dodeletepaymentmean)

description

```
example
```

#### doSignoffWallet

[](#dosignoffwallet)

description

```
example
```

### Advanced requests.

[](#advanced-requests)

blabla

### Additional functions.

[](#additional-functions)

#### getLastRequestAsJSON()

[](#getlastrequestasjson)

blabla

```
voorbeeld
```

#### getLastResponseAsJSON()

[](#getlastresponseasjson)

blabla

```
voorbeeld
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~39 days

Total

4

Last Release

2249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/478078740f90090255ea1318743eb55bc69b8a61532adaf96d0c84104e0f2da4?d=identicon)[nicolasros](/maintainers/nicolasros)

---

Top Contributors

[![nicolasros](https://avatars.githubusercontent.com/u/20458043?v=4)](https://github.com/nicolasros "nicolasros (3 commits)")

---

Tags

paymentsbancontactpspsipsworldline

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/worldline-sips-office-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/worldline-sips-office-sdk/health.svg)](https://phpackages.com/packages/worldline-sips-office-sdk)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

1195.3M72](/packages/web-auth-webauthn-lib)[api-platform/symfony

Symfony API Platform integration

323.2M67](/packages/api-platform-symfony)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
