PHPackages                             eleven59/backpack-shop-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. eleven59/backpack-shop-mollie

ActiveLibrary[Payment Processing](/categories/payments)

eleven59/backpack-shop-mollie
=============================

Handy dandy Mollie payments trait for my BackpackShop package

0.1.5(1y ago)012MITPHP

Since Aug 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/eleven59/backpack-shop-mollie)[ Packagist](https://packagist.org/packages/eleven59/backpack-shop-mollie)[ Docs](https://github.com/eleven59/backpack-shop-mollie)[ RSS](/packages/eleven59-backpack-shop-mollie/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (7)Used By (0)

BackpackShopMollie
==================

[](#backpackshopmollie)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a0081814548734fe80ab685b6db0647625bed668ce1fa66e5d90791f1c83901a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c6576656e35392f6261636b7061636b2d73686f702d6d6f6c6c69652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eleven59/backpack-shop-mollie)[![Total Downloads](https://camo.githubusercontent.com/466d2a34de202c4d93acc840bd9b28b5d3642bbe168cedd3ac90feca8221323b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c6576656e35392f6261636b7061636b2d73686f702d6d6f6c6c69652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eleven59/backpack-shop-mollie)

This package provides Mollie payment integrations for the [eleven59/backpack-shop package](https://github.com/eleven59/backpack-shop).

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

[](#installation)

Via Composer

```
composer require eleven59/backpack-shop-mollie
```

Usage
-----

[](#usage)

To use the paymentprovider, update config/backpack-shop.php with the following:

```
'payment_provider' => \Eleven59\BackpackShopMollie\Models\PaymentProvider::class,
```

And make sure to add the following to your .env file:

```
MOLLIE_KEY="your-mollie-key"
```

The rest should work out of the box. Optionally, however, you can publish config file and edit the default currency, locale, and webhook url:

```
php artisan vendor:publish --provider="Eleven59\BackpackShop\AddonServiceProvider" --tag="config"
```

Displaying Payment Methods
--------------------------

[](#displaying-payment-methods)

This is pretty straightforward. The [eleven59/backpack-shop](https://github.com/eleven59/backpack-shop) already provides the global shoppingcart() helper, which works out of the box with this payment method. So the same code works for the default no payment and this one:

```

    @foreach(shoppingcart()->getPaymentMethods() as $method)
        {{ $method['description'] }}
    @endforeach

```

This package automatically gets the enabled and active methods from Mollie, so whichever methods are active in your Mollie dashboard should automatically show up here and work perfectly.

Change log
----------

[](#change-log)

Changes are documented here on Github. Please browse the commit history.

Breaking changes will be listed here, however. None so far.

Testing
-------

[](#testing)

This package provides no testing.

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for a todolist and howtos.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- Author: [eleven59.nl](https://eleven59.nl)
- Built on top of [eleven59/backpack-shop package](https://github.com/eleven59/backpack-shop). Please find additional credits there.

License
-------

[](#license)

This project was released under MIT, so you can install it on top of any Backpack &amp; Laravel project. Please see the [license file](license.md) for more information.

However, please note that you do need Backpack installed, so you need to also abide by its [YUMMY License](https://github.com/Laravel-Backpack/CRUD/blob/master/LICENSE.md). That means in production you'll need a Backpack license code. You can get a free one for non-commercial use (or a paid one for commercial use) on [backpackforlaravel.com](https://backpackforlaravel.com).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance46

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Recently: every ~144 days

Total

6

Last Release

418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00207d691aa93ed6eee5cd47b8341c9145dbd9449e49be9faf43ac3941e514a3?d=identicon)[eleven59](/maintainers/eleven59)

---

Top Contributors

[![eleven59](https://avatars.githubusercontent.com/u/2798364?v=4)](https://github.com/eleven59 "eleven59 (5 commits)")

---

Tags

laravelbackpackBackpack for LaravelBackpack AddonBackpackShopMollie

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eleven59-backpack-shop-mollie/health.svg)

```
[![Health](https://phpackages.com/badges/eleven59-backpack-shop-mollie/health.svg)](https://phpackages.com/packages/eleven59-backpack-shop-mollie)
```

###  Alternatives

[backpack/theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.

35536.5k](/packages/backpack-theme-tabler)[backpack/activity-log

Activity Log for Backpack

3487.5k1](/packages/backpack-activity-log)[backpack/translation-manager

Translation Manager for Backpack

5118.9k1](/packages/backpack-translation-manager)[backpack/medialibrary-uploaders

Helper functions to save files with spatie media library

1373.3k](/packages/backpack-medialibrary-uploaders)[figlabhq/crud-resource-for-backpack

Build CRUD panels using fluent field definitions.

122.1k](/packages/figlabhq-crud-resource-for-backpack)

PHPackages © 2026

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