PHPackages                             bushbaby/zf2-module-ideal-service - 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. bushbaby/zf2-module-ideal-service

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

bushbaby/zf2-module-ideal-service
=================================

iDealService is module for Zend Framework 2 that aims to free shop owners from specific acquirers 'lock-in'.

429PHP

Since Jun 17Pushed 11y ago2 watchersCompare

[ Source](https://github.com/basz/zf2-module-ideal-service)[ Packagist](https://packagist.org/packages/bushbaby/zf2-module-ideal-service)[ RSS](/packages/bushbaby-zf2-module-ideal-service/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

iDealService
============

[](#idealservice)

Introduction
------------

[](#introduction)

iDealService is module for Zend Framework 2 that aims to free shop owners from specific acquirers 'lock-in'. It does this by having a unified interface on top of vendor specific adapters.

It's aim is to make it simple to switch acquirer without the need to modify your business code.

Release information
-------------------

[](#release-information)

dev-master

THIS RELEASE IS A DEVELOPMENT RELEASE AND NOT INTENDED FOR PRODUCTION USE. PLEASE USE AT YOUR OWN RISK. REALLY!

updated to work with ZF2 beta-5

[![Build Status](https://camo.githubusercontent.com/3d82091422ea80a73cdf5ca2718a41d51bc5455527909d49d3f824d8e1cc2bcb/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6261737a2f7a66322d6d6f64756c652d696465616c2d736572766963652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/basz/zf2-module-ideal-service)

About iDEAL
-----------

[](#about-ideal)

[ideal](http://www.ideal.nl/ "iDEAL") is a standardized payment method for making secure online payments directly between bank accounts. To offer iDEAL as a payment method in an online store, a direct link is established with the systems of participating banks. In other words, this one connection to iDEAL enables each webshop’s visitor with access to online banking of ABN AMRO, ASN Bank, Friesland Bank, ING, Rabobank, RegioBank, SNS Bank, Triodos Bank or Van Lanschot Bankiers to make payments in this way. No other payment product offers this facility.

iDEAL is steadily gaining a reputation as a trusted online payment method. Already more than half of all Dutch online shoppers use iDEAL.

Supported Acquirers
-------------------

[](#supported-acquirers)

- Ing (Advanced) *broken*
- Sisow (Rest)
- TargetPay *broken*

*Note: It will probably be a while before any new Acquirers are added. However I encourage you to submit a pull request if you write a adapter for some Acquirer.*

The acceptor: the owner of the online shop The acquirer: the acceptor’s bank The consumer: the customer who wants to buy a product from the acceptor’s online shop The issuer: the consumer’s bank

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

[](#installation)

### Using Composer (recommended)

[](#using-composer-recommended)

The recommended way to get a working copy of this project is to modify your composer.json in your project root. This will take care of dependencies.

```
"require":{
    "bushbaby/zf2-module-ideal-service":"1.0.*",
 },

```

and then update

```
cd /to/your/project/directory
php composer.phar update

```

Putting iDealService to work
----------------------------

[](#putting-idealservice-to-work)

There are several actions you can perform. These actions are triggered by dispatching an event to which this module will respond.

*todo*

License
-------

[](#license)

The MIT License (MIT) Copyright (c) 2012 bushbaby multimedia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e42bb1eb4035d280d16210974fa60d0dbddeba8a061abec926e5e081d097231d?d=identicon)[bushbaby](/maintainers/bushbaby)

---

Top Contributors

[![basz](https://avatars.githubusercontent.com/u/143068?v=4)](https://github.com/basz "basz (15 commits)")

### Embed Badge

![Health badge](/badges/bushbaby-zf2-module-ideal-service/health.svg)

```
[![Health](https://phpackages.com/badges/bushbaby-zf2-module-ideal-service/health.svg)](https://phpackages.com/packages/bushbaby-zf2-module-ideal-service)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
