PHPackages                             snowbaha/etransactions-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. snowbaha/etransactions-bundle

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

snowbaha/etransactions-bundle
=============================

Payment gateway for E-transactions (Crédit Agricole).

1.1.1(5y ago)02433[1 PRs](https://github.com/Snowbaha/e-transactionsBundle/pulls)MITPHPPHP &gt;=7.0

Since May 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Snowbaha/e-transactionsBundle)[ Packagist](https://packagist.org/packages/snowbaha/etransactions-bundle)[ RSS](/packages/snowbaha-etransactions-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

E-transactionsBundle
====================

[](#e-transactionsbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/b01e501a414b856280843dcb73d2d0ba80959e8a2863735a7efb63fcb65e71ca/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34383038393565652d386137362d346264362d613832332d3965306139306633323537362f6269672e706e67)](https://insight.sensiolabs.com/projects/480895ee-8a76-4bd6-a823-9e0a90f32576) [![Latest Stable Version](https://camo.githubusercontent.com/527af53c580fa48f69e27860f522afaef13de2d52ec2b57548e1646aad202ed5/68747470733a2f2f706f7365722e707567782e6f72672f736e6f77626168612f657472616e73616374696f6e732d62756e646c652f762f737461626c65)](https://packagist.org/packages/snowbaha/etransactions-bundle) [![Total Downloads](https://camo.githubusercontent.com/dc1b6f7cbe7ac3d47e875402678b797127f9d341d6a33d1e582404c92f474f46/68747470733a2f2f706f7365722e707567782e6f72672f736e6f77626168612f657472616e73616374696f6e732d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/snowbaha/etransactions-bundle)

This bundle allows to implement a Payment Solution working with [E-transactions](https://www.e-transactions.fr) for your symfony project. E-transactions is a payment proposed by the following bank "Crédit Agricole". Don't hesitate to contact me to improve it ;)

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

[](#installation)

### Step 1 : Import using Composer

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

Using composer :

```
{
    "require": {
        "snowbaha/etransactions-bundle": "~1.0"
    }
}
```

### Step 2 : Enable the plugin

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

Enable the bundle in the kernel:

```
