wrep/ideal-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

iDeal Bundle for Symfony2

0.1 2013-07-19 10:28 UTC

This package is auto-updated.

Last update: 2020-04-17 14:01:41 UTC


README

iDEAL Bundle for Symfony makes implementing iDEAL v3.3.1 a breeze.

Warning

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!

When to use?

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.

Why use this bundle?

  1. This bundle can generate the needed certificates for you
  2. Build with the new iDEAL v3.3.1 in mind
  3. Well documented, tested with unit tests and nice Object-Oriented structure

Installation

Installation with Composer is recommended. Run the require command to add the iDealBundle to your project:

composer require wrep/ideal-bundle

Getting started

  1. Take a look at the snippet below for a impression how this iDEAL Bundle works
  2. (Comming soon!) Read the documentation it will help you with common use cases
  3. (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!

Contribute

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!

License & Credits

iDEAL Bundle for Symfony is released under the MIT License by Wrep, so feel free to use it in commercial and non-commercial projects.