Download the PHP package mollie/laravel-mollie without Composer
On this page you can find all versions of the php package mollie/laravel-mollie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mollie/laravel-mollie
More information about mollie/laravel-mollie
Files in mollie/laravel-mollie
Package laravel-mollie
Short Description Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
License BSD-2-Clause
Homepage https://github.com/mollie/laravel-mollie
Informations about the package laravel-mollie
Mollie for Laravel
Laravel-Mollie incorporates the Mollie API and Mollie Connect into your Laravel project.
Accepting iDEAL, Apple Pay, Bancontact/Mister Cash, SOFORT Banking, Creditcard, SEPA Bank transfer, SEPA Direct debit, PayPal, Belfius Direct Net, KBC/CBC, paysafecard, ING Home'Pay, Giftcards, Giropay, EPS and Przelewy24 online payments without fixed monthly costs or any punishing registration procedures. Just use the Mollie API to receive payments directly on your website or easily refund transactions to your customers.
Looking for a complete recurring billing solution? Take a look at Laravel Cashier for Mollie instead.
Requirements
- Get yourself a free Mollie account. No sign up costs.
- Now you're ready to use the Mollie API client in test mode.
- Follow a few steps to enable payment methods in live mode, and let us handle the rest.
- Up-to-date OpenSSL (or other SSL/TLS toolkit)
- PHP >= 8.1
- Laravel >= 10.0
- Laravel Socialite >= 5.0 (if you intend on using Mollie Connect)
Upgrading from v2.x?
To support the enhanced Mollie API, some breaking changes were introduced. Make sure to follow the instructions in the upgrade guide.
Fresh install? Continue with the installation guide below.
Installation
Add Laravel-Mollie to your composer file via the composer require
command:
Or add it to composer.json
manually:
Laravel-Mollie's service providers will be automatically registered using Laravel's auto-discovery feature.
Configuration
You'll only need to add the MOLLIE_KEY
variable to your .env
file.
Example usage
Here you can see an example of just how simple this package is to use.
A payment using the Mollie API
Other examples
- Process realtime status updates with a webhook
- Recurring payments and direct charges
- Using Mollie Connect with Laravel Socialite (OAuth) (Leverage the Mollie platform for advanced payment use cases)
Want to help us make our Laravel module even better?
Want to help us make our Laravel module even better? We take pull requests, sure. But how would you like to contribute to a technology oriented organization? Mollie is hiring developers and system engineers. Check out our vacancies or get in touch.
License
The MIT License. Copyright (c) 2024, Mollie B.V.
Support
Contact: www.mollie.com — [email protected]
All versions of laravel-mollie with dependencies
mollie/mollie-api-php Version ^2.60
illuminate/support Version ^10.0|^11.0
ext-json Version *