PHPackages                             noaber/lunar-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. noaber/lunar-mollie

ActiveLibrary[Payment Processing](/categories/payments)

noaber/lunar-mollie
===================

Mollie payment driver for LunarPHP.

055↓92.2%PHP

Since Jun 17Pushed 2w agoCompare

[ Source](https://github.com/Noaber/lunarphp-mollie)[ Packagist](https://packagist.org/packages/noaber/lunar-mollie)[ RSS](/packages/noaber-lunar-mollie/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

lunar-mollie
============

[](#lunar-mollie)

Mollie payment driver for LunarPHP v1.x using Mollie SDK v4

Installation
============

[](#installation)

### Require the composer package

[](#require-the-composer-package)

```
composer require noaber/lunar-mollie
```

### Publish the Mollie configuration

[](#publish-the-mollie-configuration)

Use the below command to publish the configuration file to `config/lunar/mollie.php`.

```
php artisan vendor:publish --tag=lunar.mollie.config
```

### Enable the payment driver

[](#enable-the-payment-driver)

Set the driver in `config/lunar/payments.php`

```
