PHPackages                             taronyuu/nova-mollie-tool - 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. taronyuu/nova-mollie-tool

ActiveLibrary[Payment Processing](/categories/payments)

taronyuu/nova-mollie-tool
=========================

Simple tool for Laravel Nova to show your transactions from Mollie

0.0.32(7y ago)104.6k[1 issues](https://github.com/Taronyuu/nova-mollie-tool/issues)MITVuePHP &gt;=7.1.0

Since Aug 25Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Taronyuu/nova-mollie-tool)[ Packagist](https://packagist.org/packages/taronyuu/nova-mollie-tool)[ RSS](/packages/taronyuu-nova-mollie-tool/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Laravel Nova Mollie Tool
========================

[](#laravel-nova-mollie-tool)

> Simple package to get transactions from Mollie in your Nova dashboard.

[![Nova Mollie Transactions](https://raw.githubusercontent.com/Taronyuu/nova-mollie-tool/master/screenshot.png)](https://raw.githubusercontent.com/Taronyuu/nova-mollie-tool/master/screenshot.png)

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

[](#installation)

Start with installing the package

`composer require taronyuu/nova-mollie-tool`

Then register the tool inside the `NovaServiceProvider.php`

```
public function tools()
{
    return [new NovaMollieTool];
}
```

Add these fields to `config/services.php` to make sure Mollie will work.

```
'nova_mollie_tool'  => [
    'title'     => 'Mollie ',
    'icon'      => null,
    'api_key'   => env('MOLLIE_KEY'),
    'request'   => [
        'limit'     => 20,
    ]
],
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% 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 ~0 days

Total

5

Last Release

2818d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9422d24f55373c4ce4e5c6f314a9a9a58b113c6bc8b702173aacbcba438edb35?d=identicon)[Zandervdm](/maintainers/Zandervdm)

---

Top Contributors

[![Cannonb4ll](https://avatars.githubusercontent.com/u/3110750?v=4)](https://github.com/Cannonb4ll "Cannonb4ll (6 commits)")[![Taronyuu](https://avatars.githubusercontent.com/u/7033142?v=4)](https://github.com/Taronyuu "Taronyuu (4 commits)")[![zandervandermeer](https://avatars.githubusercontent.com/u/16645105?v=4)](https://github.com/zandervandermeer "zandervandermeer (1 commits)")

---

Tags

laravellaravel-novalaravelnova

### Embed Badge

![Health badge](/badges/taronyuu-nova-mollie-tool/health.svg)

```
[![Health](https://phpackages.com/badges/taronyuu-nova-mollie-tool/health.svg)](https://phpackages.com/packages/taronyuu-nova-mollie-tool)
```

###  Alternatives

[tightenco/nova-stripe

A tool to create a quick Stripe dashboard in your Laravel Nova admin panels

110308.9k](/packages/tightenco-nova-stripe)[mollie/laravel-cashier-mollie

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

172155.4k1](/packages/mollie-laravel-cashier-mollie)[limedeck/nova-cashier-overview

Interact with your Stripe subscriptions directly inside Nova.

30198.0k](/packages/limedeck-nova-cashier-overview)[depsimon/nova-stripe-checkout-field

A Laravel Nova field that shows a Stripe Checkout Button.

125.8k](/packages/depsimon-nova-stripe-checkout-field)

PHPackages © 2026

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