PHPackages                             toodiz/payment-sips-bundle - 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. [Payment Processing](/categories/payments)
4. /
5. toodiz/payment-sips-bundle

ActiveSymfony-bundle[Payment Processing](/categories/payments)

toodiz/payment-sips-bundle
==========================

v1.0.3(8y ago)03.3k↓100%MITPHPPHP &gt;=5.3.2

Since Jul 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/toodiz/payment-sips-bundle)[ Packagist](https://packagist.org/packages/toodiz/payment-sips-bundle)[ Docs](https://github.com/Toodiz/payment-sips-bundle)[ RSS](/packages/toodiz-payment-sips-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (4)Used By (0)

KptivePaymentSipsBundle
=======================

[](#kptivepaymentsipsbundle)

[![Build Status](https://camo.githubusercontent.com/0c7fb67d8ccbb7a6ff7f641d0138e7b642bad46e7cb261c0d58f80b2e9e881a5/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f633672696c53747564696f2f633672696c5061796d656e745369707342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/c6rilStudio/c6rilPaymentSipsBundle)

The `ToodizPaymentSipsBundle` provides access to the Atos Worldline SIPS payment solution through the [JMSPaymentCoreBundle](https://github.com/schmittjoh/JMSPaymentCoreBundle).

The following payment services are powered by Atos SIPS:

- Merc@net (BNP Parisbas)
- Cyberplus (Banque Populaire)
- Elys Net (HSBC)
- Scellius (La Banque Postale)
- SogenActif (Société Générale)
- Webaffaires (Crédit du Nord)
- Sherlocks (LCL)
- Citelis (Crédit Mutuel)
- ...

This means that this bundle should work out of the box with any of them.

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

[](#installation)

### Step 1

[](#step-1)

Run:

```
$ php composer.phar require Toodiz/payment-sips-bundle
```

Or add the following to your `composer.json` before updating your vendors:

```
{
    "require": {
        "Toodiz/payment-sips-bundle": "*@dev"
    }
}
```

### Step 2

[](#step-2)

Register the bundle in your `AppKernel` class. You will also have to register the `JMSPaymentCoreBundle` and [configure it](http://jmsyst.com/bundles/JMSPaymentCoreBundle/master/configuration).

```
