PHPackages                             lelivrescolaire/kptive-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. lelivrescolaire/kptive-payment-sips-bundle

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

lelivrescolaire/kptive-payment-sips-bundle
==========================================

Payment Bundle providing access to the ATOS SIPS solution

02.0k1PHP

Since Jun 14Pushed 9y ago2 watchersCompare

[ Source](https://github.com/lelivrescolaire/KptivePayment)[ Packagist](https://packagist.org/packages/lelivrescolaire/kptive-payment-sips-bundle)[ RSS](/packages/lelivrescolaire-kptive-payment-sips-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#kptivepaymentsipsbundle)

[![Build Status](https://camo.githubusercontent.com/b707b8e7cfa392cc8ee7500d667111ce3cd942c63509a67d7be024c6e721856f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f4b707469766553747564696f2f4b70746976655061796d656e745369707342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/KptiveStudio/KptivePaymentSipsBundle)

The `KptivePaymentSipsBundle` 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 kptive/payment-sips-bundle
```

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

```
{
    "require": {
        "kptive/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).

```
