studioespresso / craft-mollie-payments
Easily accept payments with Mollie Payments
Installs: 9 362
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 4
Open Issues: 2
Type:craft-plugin
Requires
- craftcms/cms: ^5.2
- mollie/mollie-api-php: ^2.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- dev-develop-v5
- v5.x-dev
- 5.1.0
- 5.1.0-beta.3
- 5.1.0-beta.2
- 5.1.0-beta.01
- 5.0.x-dev
- 5.0.1
- 5.0.0
- 5.0.0-alpha.1
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 3.0.0-beta.1
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 1.0.0-beta.2
- 1.0.0-beta.1
- dev-develop
- dev-master
- dev-feature/recurring-payments
This package is auto-updated.
Last update: 2024-10-26 19:00:09 UTC
README
Easily accept payment with Mollie Payments. Note that this plugin does not work with or require Craft Commerce.
Requirements
This plugin works with Craft CMS 3.1.0 or later, 4 and 5.
Installation
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Mollie Payments”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require studioespresso/craft-mollie-payments # tell Craft to install the plugin ./craft plugin/install mollie-payments
Brought to you by Studio Espresso