PHPackages                             pieterf/laravel-ing-ideal-advanced - 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. [API Development](/categories/api)
4. /
5. pieterf/laravel-ing-ideal-advanced

ActiveLibrary[API Development](/categories/api)

pieterf/laravel-ing-ideal-advanced
==================================

ING iDeal advanced API client wrapper for Laravel

v2.0.0(1y ago)038MITPHPPHP ^8.0CI failing

Since Feb 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pieterf/laravel-ing-ideal-advanced)[ Packagist](https://packagist.org/packages/pieterf/laravel-ing-ideal-advanced)[ Docs](https://github.com/pieterf/laravel-ing-ideal-advanced)[ GitHub Sponsors](https://github.com/pieterf)[ RSS](/packages/pieterf-laravel-ing-ideal-advanced/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (6)Used By (0)

Laravel ING iDeal advanced
==========================

[](#laravel-ing-ideal-advanced)

[![Latest Version on Packagist](https://camo.githubusercontent.com/04430b83f23084fd1a69bd57805237e16922aa285924d999c01d96f20f6da4d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706965746572662f6c61726176656c2d696e672d696465616c2d616476616e6365642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pieterf/laravel-ing-ideal-advanced)

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

[](#installation)

You can install the package via composer:

```
composer require pieterf/laravel-ing-ideal-advanced
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-ing-ideal-advanced-config"
```

Configuration
-------------

[](#configuration)

```
IDEAL_MERCHANT_ID=XXXXXXXXX
IDEAL_ACQUIRER_URL="https://idealtest.secure-ing.com/ideal/iDEALv3"
IDEAL_PRIVATE_KEY_PASSWORD=XXXXXXXXXXXXX
```

Usage
-----

[](#usage)

### Issuers

[](#issuers)

```
$issuers = LaravelIngIdealAdvanced::getIssuers();

foreach ($issuers->getCountries() as $country) {
    foreach ($country->getIssuers() as $issuer) {
        $issuer->getName();
    }
}
```

### Start Transaction

[](#start-transaction)

```
$transaction = LaravelIngIdealAdvanced::startTransaction(
    $issuerId,
    new Transaction(1.22, $description, $entranceCode, 60, $purchaseID),
    route('call-back')
);

$transaction->getTransactionID()
```

### Get Transaction

[](#get-transaction)

```
$transaction = LaravelIngIdealAdvanced::getTransaction($transactionID);

$transaction->getStatus()
$transaction->getConsumerIBAN()
```

Credits
-------

[](#credits)

- [Pieter Floor](https://github.com/pieterf)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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.

###  Release Activity

Cadence

Every ~214 days

Total

5

Last Release

688d ago

Major Versions

v1.1.0 → v2.0.02024-06-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/09841016d5e4d8258e8bc6d14a10f89eb8878497cb1de3a989f4624e71dbfd1d?d=identicon)[pieterf](/maintainers/pieterf)

---

Top Contributors

[![pieterf](https://avatars.githubusercontent.com/u/25516252?v=4)](https://github.com/pieterf "pieterf (26 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelidealingpieterflaravel-ing-ideal-advanced

### Embed Badge

![Health badge](/badges/pieterf-laravel-ing-ideal-advanced/health.svg)

```
[![Health](https://phpackages.com/badges/pieterf-laravel-ing-ideal-advanced/health.svg)](https://phpackages.com/packages/pieterf-laravel-ing-ideal-advanced)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.0k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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