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.
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.
Download Latest Version: 3.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.