iDEAL Bundle for Symfony makes implementing iDEAL v3.3.1 a breeze.
This is a work in progress, it's used in some production sites, but there are some things still unfinished. So use at your own risk!
Use this iDEAL Bundle when you need to implement the iDEALv3 protocol and want full control over all behaviour. For example when implementing Rabobank iDEAL Professional or ING iDEAL Advanced.
- This bundle can generate the needed certificates for you
- Build with the new iDEAL v3.3.1 in mind
- Well documented, tested with unit tests and nice Object-Oriented structure
Installation with Composer is recommended. Run the require command to add the iDealBundle to your project:
composer require wrep/ideal-bundle
- Take a look at the snippet below for a impression how this iDEAL Bundle works
- (Comming soon!) Read the documentation it will help you with common use cases
- (Comming soon!) Check out the API docs for a deeper understanding what the iDEAL Bundle is capable of
<?php
// This imports the Composer autoloader
require_once('vendor/autoload.php');
// TODO: Sorry, getting started example is comming soon!
We'll love contributions, read Contribute.md for some more info on what you can do and stuff that you should know if you want to help!
iDEAL Bundle for Symfony is released under the MIT License by Wrep, so feel free to use it in commercial and non-commercial projects.