PHPackages                             sniels/laravel-mollie4 - 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. sniels/laravel-mollie4

AbandonedArchivedLibrary

sniels/laravel-mollie4
======================

Mollie Service provider for Laravel 4

1.0(10y ago)324MITPHPPHP &gt;=5.4.0

Since Jan 28Pushed 10y ago2 watchersCompare

[ Source](https://github.com/SNiels/laravel-mollie4)[ Packagist](https://packagist.org/packages/sniels/laravel-mollie4)[ RSS](/packages/sniels-laravel-mollie4/feed)WikiDiscussions master Synced 2mo ago

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

laravel-mollie4
===============

[](#laravel-mollie4)

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

Install
-------

[](#install)

Via Composer

```
$ composer require sniels/laravel-mollie4
```

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

[](#installation)

Via Composer

```
$ composer require sniels/laravel-mollie4

```

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

```
Sniels\LaravelMollie\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 config:publish sniels/laravel-mollie4

```

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

```
 'Mollie' => Sniels\LaravelMollie\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)

- \[EBOOST\]\[\]
- \[Bert van Hoekelen\]\[\]

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3758d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelmollie

### Embed Badge

![Health badge](/badges/sniels-laravel-mollie4/health.svg)

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

###  Alternatives

[mollie/laravel-mollie

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

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

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

172155.4k1](/packages/mollie-laravel-cashier-mollie)[petericebear/laravel-mollie

Laravel 5 wrapper for payment provider mollie

121.9k](/packages/petericebear-laravel-mollie)

PHPackages © 2026

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