PHP Package: mollie/laravel-mollie

Laravel-Mollie is a PHP library for seamless integration of Mollie payment gateway with Laravel applications, providing secure and efficient online payment processing.

Current Version: 3.1.0
Last Updated: 2025-02-19
PHP Requirement: ^8.1|^8.2
Dependencies:
mollie/mollie-api-php
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel-Mollie is a robust PHP package designed to facilitate the integration of Mollie's payment gateway functionalities within Laravel projects. With its user-friendly API and extensive documentation, developers can effortlessly handle online transactions, subscriptions, and refunds. This library ensures compliance with the latest security standards, offering a reliable solution for e-commerce businesses seeking seamless payment processing.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.0

Download Download v3.1.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/mollie/laravel-mollie/3.1.0/loader.php';
require_once 'libs/mollie/mollie-api-php/3.1.4/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';

use Mollie\Laravel\MollieServiceProvider;

$obj = new MollieServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.