mollie/laravel-mollie
Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
v4.1.0
4.8M downloads/mo
#1764 most downloaded on Packagist
mollie/laravel-mollie
What this package is like to depend on
Last release 5 months ago
22 Mar 2026
Release timing varies
gaps range from 8 days to 11 months
Rarely documented
notes for 9 of 52 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
54 releases · first in 2016
4 releases in the last 12 months
see the full history below
Release timeline
54 releases · May 2016 to Mar 2026Releases
latest 54-
v4.1.022 Mar 2026Release notes
Open source →What's Changed
- Use setToken for universal API key and access token support by @Naoray in #259
- Add Laravel 13 compatibility by @Naoray in #262
Full Changelog: v4.0.2...v4.1.0
Release notes
Open source →What's Changed
- Use setToken for universal API key and access token support by @Naoray in https://github.com/mollie/laravel-mollie/pull/259
- Add Laravel 13 compatibility by @Naoray in https://github.com/mollie/laravel-mollie/pull/262
Full Changelog: https://github.com/mollie/laravel-mollie/compare/v4.0.2...v4.1.0
-
v4.0.215 Jan 2026Release notes
Open source →What's Changed
- Fix/257 include query parameters in request uri by @Naoray in https://github.com/mollie/laravel-mollie/pull/258
Full Changelog: https://github.com/mollie/laravel-mollie/compare/v4.0.1...v4.0.2
-
v4.0.115 Jan 2026Release notes
Open source →What's Changed
- fix: remove DeferrableProvider implementation by @Naoray in https://github.com/mollie/laravel-mollie/pull/256
Full Changelog: https://github.com/mollie/laravel-mollie/compare/v4.0.0...v4.0.1
-
v4.0.008 Jan 2026Release notes
Open source →This new version brings you full support for the mollie-api-php v3 SDK, first-class handling for Mollie's new webhook features, and more.
Upgrading from version 3? Check out the complete upgrade guide here.
Added
- Support for mollie-api-php v3 with typed request objects - you can now use
Mollie::send(new CreatePaymentRequest(...)). ValidatesWebhookSignaturesmiddleware for validating incoming webhook signatures.HandleIncomingWebhookcontroller for processing webhook requests.WebhookDispatcherservice that dispatches webhook events (extensible for custom handling strategies).SetupWebhookCommandto automatically configure webhooks via the Mollie API or guide manual setup.- Webhook route file (
routes/webhook.php) for handling incoming webhooks. - Applied updated Adapter Contract to
MollieLaravelHttpClientAdapter.
Changed
- Minimum PHP version is now 8.2.0.
- Only Laravel 11.x and 12.x are supported.
- Upgraded to mollie-api-php v3 which includes several breaking changes (see mollie-api-php upgrade guide).
- Endpoint access changed from methods to properties (e.g.,
payments()becomespayments). - Metadata in API request payloads now only accepts arrays (not strings or objects).
- Main
MollieServiceProvideris now deferred for improved performance. MollieSocialiteServiceProvideris now deferred and only loaded whenlaravel/socialiteis installed.- Separated Socialite integration into dedicated service provider (
MollieSocialiteServiceProvider). - Test on PHP 8.4 and 8.5 by @jnoordsij in #252
- fix version vars by @sandervanhooft in #254
Removed
Mollie\Laravel\MollieManagerclass (useMolliefacade instead).mollie()global helper function (useMollie::api()facade or dependency injection instead).- Support for Laravel 10.x and earlier.
- Support for PHP 8.1 and earlier.
Full Changelog: v3.1.0...v4.0.0
Release notes
Open source →Added
- Support for mollie-api-php v3 with typed request objects - you can now use
Mollie::send(new CreatePaymentRequest(...)). ValidatesWebhookSignaturesmiddleware for validating incoming webhook signatures.HandleIncomingWebhookcontroller for processing webhook requests.WebhookDispatcherservice that dispatches webhook events (extensible for custom handling strategies).SetupWebhookCommandto automatically configure webhooks via the Mollie API or guide manual setup.- Webhook route file (
routes/webhook.php) for handling incoming webhooks. - Applied updated Adapter Contract to
MollieLaravelHttpClientAdapter.
Changed
- Minimum PHP version is now 8.2.0.
- Only Laravel 11.x and 12.x are supported.
- Upgraded to mollie-api-php v3 which includes several breaking changes (see mollie-api-php upgrade guide).
- Endpoint access changed from methods to properties (e.g.,
payments()becomespayments). - Metadata in API request payloads now only accepts arrays (not strings or objects).
- Main
MollieServiceProvideris now deferred for improved performance. MollieSocialiteServiceProvideris now deferred and only loaded whenlaravel/socialiteis installed.- Separated Socialite integration into dedicated service provider (
MollieSocialiteServiceProvider). - Test on PHP 8.4 and 8.5 by @jnoordsij in https://github.com/mollie/laravel-mollie/pull/252
- fix version vars by @sandervanhooft in https://github.com/mollie/laravel-mollie/pull/254
Removed
Mollie\Laravel\MollieManagerclass (useMolliefacade instead).mollie()global helper function (useMollie::api()facade or dependency injection instead).- Support for Laravel 10.x and earlier.
- Support for PHP 8.1 and earlier.
Full Changelog: https://github.com/mollie/laravel-mollie/compare/v3.1.0...v4.0.0
This release leverages the V2 mollie-api-php client.
- Support for mollie-api-php v3 with typed request objects - you can now use
-
v3.1.019 Feb 2025Release notes
Open source →What's Changed
- Update mollie_connect documentation to reflect v3 change by @mydnic in #241
- Update CSRF documentation for Laravel 11 by @TwilightDuck in #242
- Update signup url (original gives 404) by @bartduisters in #247
- Laravel 12.x Compatibility by @laravel-shift in #248
New Contributors
- @mydnic made their first contribution in #241
- @TwilightDuck made their first contribution in #242
- @bartduisters made their first contribution in #247
- @laravel-shift made their first contribution in #248
Full Changelog: v3.0.0...v3.1.0
-
v3.0.017 Mar 2024Release notes
Open source →What's Changed
- Implemented PHP 8.3 compatibility in CI tests, courtesy of @jnoordsij.
- Added support for Laravel v11, thanks to @Naoray's contribution.
- Updated the license from BSD to MIT.
- Discontinued support for PHP 8.0.
- Discontinued Lumen support.
- Removed the global
mollie()helper method.
For detailed instructions on upgrading from v2.x to v3.0, please consult our UPGRADE.md guide.
Full Changelog: v2.25.0...v3.0.0
-
v2.25.031 Jul 2023Release notes
Open source →This release enables idempotency methods on the Mollie Laravel client. Note that idempotency is all wired up by default for you, no additional actions required to benefit from this. 🪄
What's Changed
- Added mollie client idempotency methods by @sandervanhooft in #231
Full Changelog: v2.24.0...v2.25.0
-
v2.24.031 Jul 2023 -
v2.24.0-beta27 Jun 2023 pre-releaseRelease notes
Open source → -
v2.23.009 May 2023Release notes
Open source →This release adds support for Mollie's brand new terminals endpoint.
What's Changed
- Added terminals endpoint by @Naoray and @sandervanhooft in #227
Full Changelog: v2.22.0...v2.23.0
-
v2.22.016 Feb 2023Nothing published for this version
-
v2.21.115 Dec 2022Nothing published for this version
-
v2.21.013 Dec 2022Nothing published for this version
-
v2.20.206 Dec 2022Nothing published for this version
-
v2.20.105 Dec 2022Nothing published for this version
-
v2.20.005 Dec 2022Nothing published for this version
-
v2.19.213 Sep 2022Nothing published for this version
-
v2.19.111 Jul 2022Nothing published for this version
-
v2.19.017 Feb 2022Nothing published for this version
-
v2.18.031 Jan 2022Nothing published for this version
-
v2.17.018 Jan 2022Nothing published for this version
-
v2.16.002 Nov 2021Nothing published for this version
-
v2.15.028 Jun 2021Nothing published for this version
-
v2.14.019 Jan 2021Nothing published for this version
-
v2.13.003 Dec 2020Nothing published for this version
-
v2.12.030 Nov 2020Nothing published for this version
-
v2.11.008 Sep 2020Nothing published for this version
-
v2.10.018 May 2020Nothing published for this version
-
v2.9.005 Mar 2020Nothing published for this version
-
v2.8.020 Sep 2019Nothing published for this version
-
v2.7.116 Sep 2019Nothing published for this version
-
v2.7.004 Sep 2019Nothing published for this version
-
v2.6.024 Apr 2019Nothing published for this version
-
v2.5.003 Mar 2019Nothing published for this version
-
v2.4.103 Dec 2018Nothing published for this version
-
v2.4.022 Nov 2018Nothing published for this version
-
v2.3.110 Nov 2018Nothing published for this version
-
v2.3.004 Oct 2018Nothing published for this version
-
v2.2.018 Sep 2018Nothing published for this version
-
v2.1.030 Jul 2018Nothing published for this version
-
v2.0.009 Jul 2018Nothing published for this version
-
v2.0.0-beta102 Jul 2018 pre-releaseNothing published for this version
-
v1.5.112 Sep 2017Nothing published for this version
-
v1.5.031 Mar 2017Nothing published for this version
-
v1.4.207 Feb 2017Nothing published for this version
-
v1.4.126 Jan 2017Nothing published for this version
-
1.3.010 Aug 2016Nothing published for this version
-
1.2.104 Aug 2016Nothing published for this version
-
1.2.016 Jun 2016Nothing published for this version
-
1.1.325 May 2016Nothing published for this version
-
1.1.218 May 2016Nothing published for this version
-
1.1.111 May 2016Nothing published for this version
-
1.1.010 May 2016Nothing published for this version
-
1.0.003 May 2016Nothing published for this version