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

ActiveProject[Payment Processing](/categories/payments)

webcraft/lunar-mollie
=====================

Mollie payment driver for Lunar.

0.4.0(6mo ago)72635MITPHPPHP ^8.2CI passing

Since Aug 14Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/webcraft/lunar-mollie)[ Packagist](https://packagist.org/packages/webcraft/lunar-mollie)[ RSS](/packages/webcraft-lunar-mollie/feed)WikiDiscussions master Synced 1mo ago

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

Mollie payments driver and Livewire component for Lunar, the Laravel e-commerce package
=======================================================================================

[](#mollie-payments-driver-and-livewire-component-for-lunar-the-laravel-e-commerce-package)

[![MIT Licensed](https://camo.githubusercontent.com/796ac0f5d3249af8f36e7c1c3b78f0485203fb62ab2e36aecf75305050b87858/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d726f756e64)](LICENSE.md)[![GitHub Workflow Status](https://camo.githubusercontent.com/28c0477ac448f20603e39d40ba392c990b991cb9c109d4d4dd4a10150b10c149/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f77656263726166742f6c756e61722d6d6f6c6c69652f74657374732e796d6c)](https://camo.githubusercontent.com/28c0477ac448f20603e39d40ba392c990b991cb9c109d4d4dd4a10150b10c149/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f77656263726166742f6c756e61722d6d6f6c6c69652f74657374732e796d6c)

[Lunar](https://lunarphp.io) is a leading package that brings e-commerce functionality to Laravel.

Mollie is a payment provider that offers support for a diverse range of payment methods, such as: Apple Pay, Bancontact, Bank Transfer, Belfius, Credit Card, Direct Debit, EPS, Gift Card, Giropay, iDEAL, KBC, MyBank, PayPal, Paysafecard, Przelewy24 and Sofort.

This addon provides an implementation of Lunar's AbstractPayment interface for Mollie, and a payment component to be used in your storefront. It is built using Laravel Livewire and Tailwind.

Requirements
------------

[](#requirements)

- Lunar &gt;= `0.4`
- A [Mollie](https://mollie.com/) account
- Laravel Livewire (if using frontend components)

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

[](#installation)

### Require the composer package

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

```
composer require webcraft/lunar-mollie
```

### Publish the configuration

[](#publish-the-configuration)

This will publish the configuration under `config/lunar/mollie.php`.

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

### Publish the views (optional)

[](#publish-the-views-optional)

Lunar Mollie comes with a helper component for you to use on your checkout, if you intend to edit the views it provides, you can publish them.

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

### Publish the translations (optional)

[](#publish-the-translations-optional)

The checkout component uses translations for the buttons, payment methods, etc. If you want to edit these, you can publish them.

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

### Enable the driver

[](#enable-the-driver)

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

```
