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

ActiveLibrary[Payment Processing](/categories/payments)

cmpayments/ideal
================

iDEAL implementation for PHP 5.4+

v1.3.2(5y ago)723.2k3MITPHPPHP &gt;=5.4.0

Since Sep 17Pushed 5y agoCompare

[ Source](https://github.com/cmpayments/ideal)[ Packagist](https://packagist.org/packages/cmpayments/ideal)[ RSS](/packages/cmpayments-ideal/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (2)Versions (14)Used By (0)

iDEAL library
=============

[](#ideal-library)

This library implements the iDEAL protocol and can be used to perform iDEAL transactions with all major iDEAL acquiring banks. The following acquiring banks are supported:

- ABN AMRO Bank
- BNP Paribas Fortis
- Rabobank
- Deutsche Bank
- ING
- PPRO Financial Limited

This library is compatible with PHP 5.4+ and PHP 7.0

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

[](#installation)

To install cmpayments/ideal just require it with composer:

```
# composer require cmpayments/ideal

```

Usage examples
--------------

[](#usage-examples)

Initialize the library and provide configuration options for the connection:

```
