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.
Pros:
config/mollie.php).Cons:
Laravel-Centric:
Complementary Tools:
HandleIncomingWebhook or custom middleware to validate and route webhooks.composer require mollie/laravel-mollie
php artisan vendor:publish --provider="Mollie\LaravelMollie\MollieServiceProvider"
.env and config/mollie.php with API keys and endpoints.Mollie::payments->create()).routes/web.php or routes/api.php:
Route::post('/mollie/webhook', [MollieWebhookController::class, 'handle']);
Socialite::driver('mollie-connect')->redirect();
composer.json for supported versions.payments table).How can I help you explore Laravel packages today?