Registry / http-client / omnipay-mollie

omnipay-mollie

JSON →
library5.6.0phppackagistunverified

Mollie driver for the Omnipay payment processing library.

composer require omnipay/mollie
INSTALL
IMPORT
SIG · OMNIPAY-MOLLIE
O
omnipay-mollie
http-clientphpv5.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gateway
use Omnipay\Mollie\Gateway;

Process a payment via Mollie

use Omnipay\Mollie\Gateway; $gateway = new Gateway(); $gateway->setApiKey('your-api-key'); $response = $gateway->purchase(['amount' => '10.00', 'currency' => 'EUR'])->send();
Debug
Known issues
breakingRequires PHP 7.4+ and Omnipay v3.
fix
Ensure your project uses compatible versions.
affects: >=5.0.0
Upgrade
Version history
5.6.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
omnipay-mollie — pip install omnipay-mollie · libregistry