PHPackages                             pixelpillow/lunar-api-mollie-adapter - 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. pixelpillow/lunar-api-mollie-adapter

ActiveLibrary

pixelpillow/lunar-api-mollie-adapter
====================================

This addon enables Mollie payments on your Lunar storefront when using the Lunar API package.

0.2.0(1y ago)363[1 issues](https://github.com/pixelpillow/lunar-api-mollie-adapter/issues)MITPHPPHP ^8.2

Since Jan 17Pushed 1y ago2 watchersCompare

[ Source](https://github.com/pixelpillow/lunar-api-mollie-adapter)[ Packagist](https://packagist.org/packages/pixelpillow/lunar-api-mollie-adapter)[ Docs](https://github.com/pixelpillow/lunar-api-mollie-adapter)[ RSS](/packages/pixelpillow-lunar-api-mollie-adapter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (15)Used By (0)

[![lunar-api-mollie-adapter](https://private-user-images.githubusercontent.com/224501/285818117-f16d946c-5861-46df-a56d-06c972b7adc7.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUyMjE3OTksIm5iZiI6MTc3NTIyMTQ5OSwicGF0aCI6Ii8yMjQ1MDEvMjg1ODE4MTE3LWYxNmQ5NDZjLTU4NjEtNDZkZi1hNTZkLTA2Yzk3MmI3YWRjNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDAzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwM1QxMzA0NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MjNlNjM5YzY2YzY4MTkzM2Q5NWIzODI5ZDZjYTQ4ZWVkODVjNTA5ZjYzZjlkMTA1Y2Y5MmM5ZTZjMzUxNjlkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.5AV_Zju5skY3175p4Jd-liQygoGiCgX03nf5aBbbqak)](https://private-user-images.githubusercontent.com/224501/285818117-f16d946c-5861-46df-a56d-06c972b7adc7.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUyMjE3OTksIm5iZiI6MTc3NTIyMTQ5OSwicGF0aCI6Ii8yMjQ1MDEvMjg1ODE4MTE3LWYxNmQ5NDZjLTU4NjEtNDZkZi1hNTZkLTA2Yzk3MmI3YWRjNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDAzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwM1QxMzA0NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MjNlNjM5YzY2YzY4MTkzM2Q5NWIzODI5ZDZjYTQ4ZWVkODVjNTA5ZjYzZjlkMTA1Y2Y5MmM5ZTZjMzUxNjlkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.5AV_Zju5skY3175p4Jd-liQygoGiCgX03nf5aBbbqak)

Table of Contents
=================

[](#table-of-contents)

- [Description](#description)
- [Dependencies](#dependencies)
- [Features](#features)
- [Installation](#installation)

Description
===========

[](#description)

This package is designed to seamlessly integrate Mollie payments into your [Lunar](https://lunarphp.io/) storefront. By leveraging the [Lunar API](https://github.com/dystcz/lunar-api), this adapter makes it easy to accept and manage payments through Mollie, a popular payment service provider.

Whether you're running an e-commerce platform or a subscription service, this adapter will help you handle payments efficiently and securely. With easy installation and configuration, you can have Mollie payments up and running on your Lunar storefront in no time.

Please follow the installation and configuration instructions in the Installation section to get started.

Dependencies
------------

[](#dependencies)

This package depends on the following packages:

- [Lunar](https://lunarphp.io/)
- [Lunar API](https://github.com/dystcz/lunar-api)

Features
--------

[](#features)

- Multiple payment methods, including iDEAL, credit card, PayPal, Apple Pay, and more
- Expose Payment methods in the API
- Expose Payment issuers for ideal payments in the API

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

[](#installation)

1. Install this package via composer:

```
composer require pixelpillow/lunar-api-mollie-adapter
```

2. Publish the config file:

```
php artisan vendor:publish --tag="lunar-api-mollie-adapter-config"
```

3. Add your Mollie API key (You can obtain your API key by signing up on the [Mollie](https://mollie.com) website.) to the `.env` file:

```
MOLLIE_API_KEY=your-api-key
```

4. Add the Mollie payment type to the `config/lunar/payments.php` file:

```
