mollie/laravel-mollie
Laravel integration for Mollie payments. Easily set up the Mollie API client via configuration and service container, handle payments, refunds, and subscriptions, and keep your checkout flow clean with a simple, idiomatic Laravel package.
Full Changelog: https://github.com/mollie/laravel-mollie/compare/v4.0.2...v4.1.0
Full Changelog: https://github.com/mollie/laravel-mollie/compare/v4.0.1...v4.0.2
Full Changelog: https://github.com/mollie/laravel-mollie/compare/v4.0.0...v4.0.1
Mollie::send(new CreatePaymentRequest(...)).ValidatesWebhookSignatures middleware for validating incoming webhook signatures.HandleIncomingWebhook controller for processing webhook requests.WebhookDispatcher service that dispatches webhook events (extensible for custom handling strategies).SetupWebhookCommand to automatically configure webhooks via the Mollie API or guide manual setup.routes/webhook.php) for handling incoming webhooks.MollieLaravelHttpClientAdapter.payments() becomes payments).MollieServiceProvider is now deferred for improved performance.MollieSocialiteServiceProvider is now deferred and only loaded when laravel/socialite is installed.MollieSocialiteServiceProvider).Mollie\Laravel\MollieManager class (use Mollie facade instead).mollie() global helper function (use Mollie::api() facade or dependency injection instead).Full Changelog: https://github.com/mollie/laravel-mollie/compare/v3.1.0...v4.0.0
This release leverages the V2 mollie-api-php client.
How can I help you explore Laravel packages today?