PHP Package: mollie/oauth2-mollie-php

OAuth2 PHP library for integrating Mollie payments with secure authorization.

Current Version: 2.8.4
Last Updated: 2025-02-20
PHP Requirement: ^7.4|^8.0
Dependencies:
league/oauth2-client
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

OAuth2 Mollie PHP library enables seamless integration of Mollie payment services providing secure authorization and authentication. It simplifies the process of handling Mollie payment APIs and ensures robust security measures for transactions.

🔗 View on GitHub

Download Latest Version: 2.8.4

Download Download v2.8.4

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/oauth2-mollie-php/2.8.4/loader.php';
require_once 'libs/league/oauth2-client/{lib_version}/loader.php';

use Mollie\OAuth2\MolliePhpClass1;
use Mollie\OAuth2\MolliePhpClass2;

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