PHPackages                             eboost/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. [Payment Processing](/categories/payments)
4. /
5. eboost/laravel-mollie

Abandoned → [mollie/laravel-mollie](/?search=mollie%2Flaravel-mollie)Library[Payment Processing](/categories/payments)

eboost/laravel-mollie
=====================

Mollie Service provider for Laravel

1.0.1(10y ago)33081MITPHPPHP &gt;=5.3.0

Since Dec 17Pushed 10y ago4 watchersCompare

[ Source](https://github.com/EBOOST/laravel-mollie)[ Packagist](https://packagist.org/packages/eboost/laravel-mollie)[ Docs](https://github.com/eboost/laravel-mollie)[ RSS](/packages/eboost-laravel-mollie/feed)WikiDiscussions master Synced 2w ago

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

THIS PROJECT IS NO LONGER MAINTAINED OR UP TO DATE. USE THE OFFICIAL [mollie/laravel-mollie](https://github.com/mollie/laravel-mollie) PACKAGE
==============================================================================================================================================

[](#this-project-is-no-longer-maintained-or-up-to-date-use-the-official-mollielaravel-mollie-package)

laravel-mollie
==============

[](#laravel-mollie)

This is a package to integrate [Mollie](https://github.com/mollie/mollie-api-php) with Laravel. You can use it to easily manage your configuration, and use the Facade to provide shortcuts to the Mollie Client.

Install
-------

[](#install)

Via Composer

```
$ composer require eboost/laravel-mollie
```

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

[](#installation)

Via Composer

```
$ composer require eboost/laravel-mollie

```

After updating composer, add the LaravelMollieServiceProvider to the providers array in config/app.php

```
Eboost\Mollie\LaravelMollieServiceProvider::class,

```

You need to publish the config for this package. A sample configuration is provided. The defaults will be merged with gateway specific configuration.

```
$ php artisan vendor:publish

```

To use the Facade (`\Mollie::getMethods()` instead of `App::make('mollie')->getMethods()`), add that to the facades array.

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

```

Examples
--------

[](#examples)

```
    // List Methods
    $methods = \Mollie::getMethods()->all();

    foreach ($methods as $method)
    {
        echo '';
        echo ' ';
        echo htmlspecialchars($method->description);
        echo ' (' .  htmlspecialchars($method->id). ')';
        echo '';
    }
```

Credits
-------

[](#credits)

- [Bert van Hoekelen](https://github.com/BertvanHoekelen)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

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 ~45 days

Total

2

Last Release

3847d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f79b29e217f262bed05d2846413ea5189def4217a80daed867c3903d03ba4ca?d=identicon)[BertvanHoekelen](/maintainers/BertvanHoekelen)

---

Top Contributors

[![BertvanHoekelen](https://avatars.githubusercontent.com/u/7521173?v=4)](https://github.com/BertvanHoekelen "BertvanHoekelen (1 commits)")

---

Tags

laravelmollie

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[mollie/laravel-cashier-mollie

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

179223.2k1](/packages/mollie-laravel-cashier-mollie)[duncanmcclean/statamic-cargo

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

3622.8k](/packages/duncanmcclean-statamic-cargo)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3827.1k](/packages/linkxtr-laravel-qrcode)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)

PHPackages © 2026

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