PHPackages                             paradox-nl/laravel-mollie - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. paradox-nl/laravel-mollie

ActiveMit

paradox-nl/laravel-mollie
=========================

Laravel Wrapper for the Mollie API

0.1.2(10y ago)421MITPHP

Since Apr 5Pushed 10y ago2 watchersCompare

[ Source](https://github.com/ParadoxNL/Laravel-Mollie)[ Packagist](https://packagist.org/packages/paradox-nl/laravel-mollie)[ RSS](/packages/paradox-nl-laravel-mollie/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel Mollie
==============

[](#laravel-mollie)

This package allows you to use Mollie within Laravel 5.X.

Installation
------------

[](#installation)

To install this library use the following command

```
composer require paradox-nl/laravel-mollie
```

Next up register the ServiceProvider

```
\ParadoxNL\Mollie\MollieServiceProvider::class
```

And register the alias (optional)

```
'Mollie' => \ParadoxNL\Mollie\Facades\Mollie::class,
```

To publish the config:

```
php artisan vendor:publish
```

The config is now located in `config/mollie.php`. Here you can set an API key and the webhooks url

Original documentation
----------------------

[](#original-documentation)

Methods
-------

[](#methods)

This package provides a couple methods straight out of the box, however if you wish to use the native methods you can use the `getClient()` and use the native Mollie API client.

### Create payment

[](#create-payment)

Method to create a new payment

ParametersTypeExplanationidintegerSelf generated order id (mollie uses time() as default)amountdecimalThe amount in EURO that you want to charge, e.g. 100.00 if you would want to charge €100.00.descriptionstringThe description of the payment you're creating. This will be shown to the consumer on their card or bank statement when possible.typeenumIDEAL,PAYPAL, PAYSAFECARD, CREDITCARD, MISTERCASH, SOFORT, BANKTRANSFER, DIRECTDEBIT, BITCOIN, BELFIUS, PODIUMCADEAUKAARTparametersarray (optional)Extra request parameters, see official documentation for optionsmeta\_dataarray (optional)Extra meta data to be added to the request, can be retrieved later on.#### Example:

[](#example)

```
Mollie::createPayment(
	time(),
	10.00,
	'Some description',
	Mollie_API_Object_Method::IDEAL,
	['issuer' => "ideal_INGNL2A"],
	['extra' => 'data']
);
```

#### Returns

[](#returns)

```
HTTP/1.1 201 Created
Content-Type: application/json; charset=utf-8

{
    "id":              "tr_7UhSN1zuXS",
    "mode":            "test",
    "createdDatetime": "2014-06-05T08:29:39.0Z",
    "status":          "open",
    "expiryPeriod":    "PT15M",
    "amount":          10.00,
    "description":     "My first payment",
    "metadata": {
        "order_id": "12345"
    },
    "locale": "nl",
    "profileId": "pfl_QkEhN94Ba",
    "links": {
        "paymentUrl":  "https://www.mollie.com/payscreen/select-method/7UhSN1zuXS",
        "redirectUrl": "https://webshop.example.org/order/12345/"
    }
}
```

### isPaid

[](#ispaid)

Method to check whether an order is paid or not.

```
Mollie::isPaid(Illuminate\Http\Request $request)
```

#### Returns

[](#returns-1)

boolean

### isOpen

[](#isopen)

Method to check whether an order is open.

```
Mollie::isOpen(Illuminate\Http\Request $request)
```

#### Returns

[](#returns-2)

boolean

### History

[](#history)

Method to list all transactions with a pagination, configurable by config.

```
Mollie::history()
```

#### Returns

[](#returns-3)

Array containing list of past transactions.

### getClient

[](#getclient)

Returns the native Mollie API client

```
Mollie::getClient()->nativeMethod()
```

#### Returns

[](#returns-4)

Mollie\_API\_Client

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

3686d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbf6be28c390b1955d2423eb021e41ca0bbc4381d7fcc2afd151e4399e0a8ff5?d=identicon)[ParadoxNL](/maintainers/ParadoxNL)

---

Top Contributors

[![ParadoxNL](https://avatars.githubusercontent.com/u/3331772?v=4)](https://github.com/ParadoxNL "ParadoxNL (6 commits)")

### Embed Badge

![Health badge](/badges/paradox-nl-laravel-mollie/health.svg)

```
[![Health](https://phpackages.com/badges/paradox-nl-laravel-mollie/health.svg)](https://phpackages.com/packages/paradox-nl-laravel-mollie)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[mollie/laravel-cashier-mollie

Laravel Cashier provides an expressive, fluent interface to Mollie's subscription billing services.

172155.4k1](/packages/mollie-laravel-cashier-mollie)[duncanmcclean/simple-commerce

A simple, yet powerful e-commerce addon for Statamic.

16313.2k2](/packages/duncanmcclean-simple-commerce)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

322.8k](/packages/duncanmcclean-statamic-cargo)[mollie/magento

iDEAL, Creditcard, Bancontact/Mister Cash, SOFORT, Bank transfer, Bitcoin, PayPal &amp; paysafecard for Magento https://www.mollie.com/

397.9k](/packages/mollie-magento)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
