PHPackages                             white-nl/commerce-mollie-plus - 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. white-nl/commerce-mollie-plus

ActiveCraft-plugin[Payment Processing](/categories/payments)

white-nl/commerce-mollie-plus
=============================

Commerce Mollie Plus Plugin for Craft 5

3.0.2(4mo ago)313.5k↓40.4%5[1 issues](https://github.com/white-nl/commerce-mollie-plus/issues)proprietaryPHPPHP ^8.2CI passing

Since Jan 24Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/white-nl/commerce-mollie-plus)[ Packagist](https://packagist.org/packages/white-nl/commerce-mollie-plus)[ RSS](/packages/white-nl-commerce-mollie-plus/feed)WikiDiscussions develop-v3 Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (48)Used By (0)

Commerce Mollie Plus Plugin
===========================

[](#commerce-mollie-plus-plugin)

Mollie Plus plugin for Craft CMS, official version by WHITE Digital Agency

Requirements
------------

[](#requirements)

- This plugin requires Craft CMS **5.0.0** or later.
- This plugin requires Craft Commerce version **5.0** or later.
- A valid Mollie account is required. Don't have an account yet? [Create a Mollie account](https://www.mollie.com/dashboard/signup/white?lang=en).
- The Craft website should be publicly accessible.
- To configure the plugin, changing settings should be allowed in Craft (allow admin changes), and a user who is an Admin in Craft.

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

[](#installation)

To install Mollie Plus plugin for Craft CMS, follow these steps:

1. Open your terminal and go to your Craft project:
    `cd /path/to/project`
2. Then tell Composer to load the plugin:
    `composer require white-nl/commerce-mollie-plus`
3. Install the plugin via the CLI:
    `./craft plugin/install commerce-mollie-plus`

You can also install the Mollie Plus plugin using the Plugin Store in the Craft Control Panel. Go to Settings → Plugins and click the “Install” button for Commerce Mollie Plus.

Customize mollie payload
------------------------

[](#customize-mollie-payload)

You can change the payload that's been sent to Mollie by hooking into the event

```
use white\commerce\mollie\plus\gateways;
use white\commerce\mollie\plus\events\CreatePaymentRequestEvent;

Event::on(
   Gateway::class,
   Gateway::EVENT_CREATE_PAYMENT_REQUEST,
   function (CreatePaymentRequestEvent $event): void
   {
         $event->request['orderNumber'] = $event->transaction->getOrder()->getId();
   }
);
```

"Mollie Plus" versus "Mollie for Craft Commerce"
------------------------------------------------

[](#mollie-plus-versus-mollie-for-craft-commerce)

Mollie plus is a drop-in replacement[1](#user-content-fn-1-372955c0c46f2bd5a10b781ddee6055a) for Pixel &amp; Tonic’s Mollie for Commerce plugin. We advise to replace it by Mollie Plus. It will be a seamless transition.

(Don't directly replace your current Mollie gateway, instead create a new gateway as the webhook handling depends on different responses)

Documentation
-------------

[](#documentation)

[Documentation](https://user-guide.white.nl/mollie-plus/)

*Mollie Plus for Craft CMS is brought to you by WHITE Digital Agency*

Footnotes
---------

1. The plugin will run completely independently of the Mollie plugin. You even can run both plugins at the same time. [↩](#user-content-fnref-1-372955c0c46f2bd5a10b781ddee6055a)

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance69

Regular maintenance activity

Popularity32

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~36 days

Recently: every ~60 days

Total

41

Last Release

133d ago

Major Versions

1.2.4 → 2.2.42023-03-13

1.2.6 → 2.2.62023-05-01

1.2.8 → 2.2.72023-05-02

2.5.0 → 3.0.02024-09-16

2.6.2 → 3.0.12025-11-26

PHP version history (2 changes)2.0.0PHP ^8.0.2

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/991f064db9df106d1a39b0884e597088d6c6d742eff433eb9f1cf8d74f7df457?d=identicon)[packagist@white.nl](/maintainers/packagist@white.nl)

---

Top Contributors

[![WHITE-developer](https://avatars.githubusercontent.com/u/22771556?v=4)](https://github.com/WHITE-developer "WHITE-developer (26 commits)")[![white-lukas](https://avatars.githubusercontent.com/u/171683841?v=4)](https://github.com/white-lukas "white-lukas (18 commits)")[![white-franks](https://avatars.githubusercontent.com/u/201076365?v=4)](https://github.com/white-franks "white-franks (10 commits)")[![lenvanessen](https://avatars.githubusercontent.com/u/23024452?v=4)](https://github.com/lenvanessen "lenvanessen (4 commits)")[![white-rick](https://avatars.githubusercontent.com/u/199805170?v=4)](https://github.com/white-rick "white-rick (1 commits)")

---

Tags

yii2mollieomnipaycraftcmscommerce

### Embed Badge

![Health badge](/badges/white-nl-commerce-mollie-plus/health.svg)

```
[![Health](https://phpackages.com/badges/white-nl-commerce-mollie-plus/health.svg)](https://phpackages.com/packages/white-nl-commerce-mollie-plus)
```

PHPackages © 2026

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