PHP Package: mollie/mollie-api-php

Mollie's PHP library for seamless integration with Mollie's payment gateway. Effortlessly manage payments, refunds, subscriptions, and more.

Current Version: 3.1.4
Last Updated: 2025-06-11
PHP Requirement: ^7.4|^8.0
Dependencies:
guzzle/guzzle
php-fig/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Mollie's PHP library 'mollie-api-php' provides developers with robust tools for integrating Mollie's payment platform into their applications. With clear documentation and reliable support, handling payments, refunds, and subscriptions becomes a breeze. Stay ahead in the e-commerce game with Mollie's user-friendly API.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.4

Download Download v3.1.4

Previous Versions

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/mollie-api-php/3.1.4/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';

use Mollie\Api\Client;
use GuzzleHttp\Client;
use Psr\Log\LoggerInterface;

$obj = new Client();
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.