PHPackages                             reflexece/systempay-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. reflexece/systempay-bundle

ActiveLibrary[Payment Processing](/categories/payments)

reflexece/systempay-bundle
==========================

Payment gateway for Banque Populaire and Caisse d'épargne.

v0.3(10y ago)014PHPPHP &gt;=5.3.0

Since Nov 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ReflexeCE/SystempayBundle)[ Packagist](https://packagist.org/packages/reflexece/systempay-bundle)[ RSS](/packages/reflexece-systempay-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

SystempayBundle
===============

[](#systempaybundle)

This bundle allows to implement a Payment Solution working with [SystemPay](https://paiement.systempay.fr/html/) for your symfony projet. This payment solution uses Systempay. Systempay is a payment gateway proposed by the following bank companies :

- Banque Populaire (Cyberplus)
- Caisse d'épargne (SPPlus)

[![Total Downloads](https://camo.githubusercontent.com/3ec1f2e671bdd3ddb07e23a480995405b26d70bb13f1a099f93077f6a5d38130/68747470733a2f2f706f7365722e707567782e6f72672f62617074697374652d64756c61632f73797374656d7061792d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/baptiste-dulac/systempay-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/a72e56d05251186454e7f6c22499dc7b9beaaef62943fc5fda948e2512f0933d/68747470733a2f2f706f7365722e707567782e6f72672f62617074697374652d64756c61632f73797374656d7061792d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/baptiste-dulac/systempay-bundle)

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

[](#installation)

### Step 1 : Import using Composer

[](#step-1--import-using-composer)

Using composer :

```
{
    "require": {
        "baptiste-dulac/systempay-bundle": "master"
    }
}
```

### Step 2 : Enable the plugin

[](#step-2--enable-the-plugin)

Enable the bundle in the kernel:

```
