PHPackages                             shivella/ideal-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. shivella/ideal-bundle

Abandoned → [ruudk/payment-mollie-bundle](/?search=ruudk%2Fpayment-mollie-bundle)Symfony-bundle

shivella/ideal-bundle
=====================

Symfony iDeal Bundle

1.0.6(7y ago)42.4k1MITPHPPHP &gt;=5.4

Since Nov 15Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Shivella/ideal-bundle)[ Packagist](https://packagist.org/packages/shivella/ideal-bundle)[ Docs](https://github.com/Shivella/ideal-bundle)[ RSS](/packages/shivella-ideal-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (8)Used By (0)

THIS BUNDLE IS DEPRECATED
=========================

[](#this-bundle-is-deprecated)

Please consider using:

Mollie iDeal bundle
===================

[](#mollie-ideal-bundle)

This Symfony3 bundle adds support for [iDEAL](https://www.mollie.com/ideal/) payments by Mollie. It is using [Mollie-php-api](https://github.com/mollie/mollie-api-php/). A Mollie account is required.

For more information see [Mollie](https://www.mollie.com/)

[![Latest Stable Version](https://camo.githubusercontent.com/63e3afff1800173cb71698893b53fd967b18b46cccec762cce36bf8bce527787/68747470733a2f2f706f7365722e707567782e6f72672f73686976656c6c612f696465616c2d62756e646c652f762f737461626c65)](https://packagist.org/packages/shivella/ideal-bundle) [![License](https://camo.githubusercontent.com/b6241a0cd643c0b4ef775719068e6ad5289e6d6abfe1a3f03f30f429cded2e93/68747470733a2f2f706f7365722e707567782e6f72672f73686976656c6c612f696465616c2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/shivella/ideal-bundle) [![Total Downloads](https://camo.githubusercontent.com/93645944c7bf05336a44c7fad517a30e198aab0eb8661df56442aaeaa8dfc2eb/68747470733a2f2f706f7365722e707567782e6f72672f73686976656c6c612f696465616c2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/shivella/ideal-bundle) [![Coverage Status](https://camo.githubusercontent.com/c7f33400edbf13ce8143f65053efafc64bdc00432f5e3ac6d496dac6a66a06f6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f53686976656c6c612f696465616c2d62756e646c652f62616467652e737667)](https://coveralls.io/github/Shivella/ideal-bundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/11d97cefcbd5916d2e64b8b9f4df21def73341fbbdbfb2552b20229b2b6902b9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f53686976656c6c612f696465616c2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Shivella/ideal-bundle/?branch=master)

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

[](#installation)

Installation is a quick 3 step process:

1. Download ideal-bundle using composer
2. Enable the Bundle in AppKernel.php
3. Configure your Mollie credentials

### Step 1: Download ideal-bundle using composer

[](#step-1-download-ideal-bundle-using-composer)

Add UsoftIDealBundle by running the command:

```
$ composer require shivella/ideal-bundle
```

### Step 2: Enable the Bundle in AppKernel.php

[](#step-2-enable-the-bundle-in-appkernelphp)

```
