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

ActiveLibrary[Payment Processing](/categories/payments)

noaber/lunar-paynl
==================

Pay.nl payment driver for LunarPHP.

v1.0.1(7mo ago)05MITPHPPHP ^8.2

Since Nov 12Pushed 7mo agoCompare

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

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

lunar-paynl
===========

[](#lunar-paynl)

Pay.nl payment driver for LunarPHP v1.x

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

[](#installation)

### Require the composer package

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

```
composer require noaber/lunar-paynl
```

### Publish the Pay.nl configuration

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

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

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

### Enable the payment driver

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

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

```
