📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Stable v1.17.0

Magento2 Subscriptions

mollie/magento2-subscriptions

Mollie Subscriptions

18,319
Downloads
Below average
4
GitHub Stars
Below average
4mo ago
Last Release
6
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
11 errors , 946 warnings
L1 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.17.0 on Magento 2.4.8-p3
Dec 28, 2025

Share This Module's Status

Magento2 Subscriptions Magento compatibility status badge

README

Loaded from GitHub

This plugin is an addon on the Mollie Magento 2 payment module and can't be installed seperatly without the Mollie Payment plugin installed.

Installation

We recommend that you make a backup of your webshop files, as well as the database.

Step-by-step to install the Magento® 2 extension through Composer:

  1. Make sure the Mollie Magento 2 payment module is installed.
  2. Connect to your server running Magento® 2 using SSH or other method (make sure you have access to the command line).
  3. Locate your Magento® 2 project root.
  4. Install the Magento® 2 extension through composer and wait till it's completed:
composer require mollie/magento2-subscriptions
  1. Once completed run the Magento® module enable command:
bin/magento module:enable Mollie_Subscriptions
  1. After that run the Magento® upgrade and clean the caches:
php bin/magento setup:upgrade
php bin/magento cache:flush
  1. If Magento® is running in production mode you also need to redeploy the static content:
php bin/magento setup:static-content:deploy
  1. Go to your Magento® admin portal and open; ‘Stores’ > ‘Configuration’ > ‘Mollie’ > ‘Subscriptions’ to activate the Subscriptions.
  2. Configure the Subscription products using the Mollie attribute settings within the Mollie attribute tab.

License

BSD (Berkeley Software Distribution) License. Copyright (c) 2011-2021, Mollie B.V.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.