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

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

phcorp/payment-sips-bundle
==========================

Payment Bundle providing access to the ATOS SIPS solution

v1.0.2(11y ago)01.7kMITPHPPHP &gt;=5.3.2

Since Apr 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phcorp/KptivePaymentSipsBundle)[ Packagist](https://packagist.org/packages/phcorp/payment-sips-bundle)[ Docs](http://github.com/KptiveStudio/KptivePaymentSipsBundle)[ RSS](/packages/phcorp-payment-sips-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

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

[](#kptivepaymentsipsbundle)

[![Build Status](https://camo.githubusercontent.com/b5753f1b9ad5141d616d5e6dc820c03bd68ae807897474ec629b9501470036f4/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7068636f72702f4b70746976655061796d656e745369707342756e646c652e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/phcorp/KptivePaymentSipsBundle)[![SensioLabs Insight](https://camo.githubusercontent.com/4f2fcdf7b91fdd3a8fb2ce9aea65d8034c179488a56cf89eb2a80bd3f50caef1/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f38386134323963372d333764372d346231642d383238302d3864316430656537336530332e737667)](https://insight.sensiolabs.com/projects/88a429c7-37d7-4b1d-8280-8d1d0ee73e03)

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).

```
