PHPackages                             deniztezcan/laravel-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. deniztezcan/laravel-paynl

ActiveLibrary

deniztezcan/laravel-paynl
=========================

Laravel wrapper for Pay.nl PHP SDK

1.1.0(3y ago)09.1k2[1 PRs](https://github.com/deniztezcan/laravel-paynl/pulls)MITPHPPHP ^8.0.2

Since Jun 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/deniztezcan/laravel-paynl)[ Packagist](https://packagist.org/packages/deniztezcan/laravel-paynl)[ Docs](https://github.com/deniztezcan/laravel-paynl)[ RSS](/packages/deniztezcan-laravel-paynl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Laravel PayNL
=============

[](#laravel-paynl)

Laravel wrapper for Pay.nl PHP SDK

[![Latest Stable Version](https://camo.githubusercontent.com/ccf3a4c055bf6b8f5a7e8435c7ab649b2a89775d17f9621716ff44e71f932c79/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d7061796e6c2f762f737461626c65)](https://packagist.org/packages/deniztezcan/laravel-paynl)[![Total Downloads](https://camo.githubusercontent.com/1ed3b25a34764e52f96d38917a95eec3279086833db3c18339b074981d63f117/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d7061796e6c2f646f776e6c6f616473)](https://packagist.org/packages/deniztezcan/laravel-paynl)[![StyleCI](https://camo.githubusercontent.com/cf9532d0e5d0cd79891fedfbc666944ee98bb8ce84535d288b0b2ded6b54d2d0/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3530303735313834352f736869656c643f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/cf9532d0e5d0cd79891fedfbc666944ee98bb8ce84535d288b0b2ded6b54d2d0/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3530303735313834352f736869656c643f6272616e63683d6d6173746572)[![License](https://camo.githubusercontent.com/d7ebe64f8fd41784d069b59f24b3db5ee815057ea982b6a04142e3ff8124ce7b/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d7061796e6c2f6c6963656e7365)](https://packagist.org/packages/deniztezcan/laravel-paynl)

### Instalation

[](#instalation)

```
composer require deniztezcan/laravel-paynl

```

Add a ServiceProvider to your providers array in `config/app.php`:

```
    'providers' => [
    	//other things here
    	DenizTezcan\LaravelPayNL\PayNLServiceProvider::class,
    ];
```

Add the facade to the facades array:

```
    'aliases' => [
    	//other things here
    	'PayNL' => DenizTezcan\LaravelPayNL\Facades\PayNL::class,
    ];
```

Finally, publish the configuration files:

```
php artisan vendor:publish --provider="DenizTezcan\LaravelPayNL\PayNLServiceProvider"

```

### Configuration

[](#configuration)

Please set the `PAYNL_TOKENCODE`, `PAYNL_APITOKEN`, `PAYNL_SERVICEID` and `PAYNL_TESTMODE` key in your .env file.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.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 ~89 days

Total

4

Last Release

1168d ago

Major Versions

0.0.2 → 1.0.02022-06-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10155092?v=4)[Deniz Tezcan](/maintainers/deniztezcan)[@deniztezcan](https://github.com/deniztezcan)

---

Top Contributors

[![deniztezcan](https://avatars.githubusercontent.com/u/10155092?v=4)](https://github.com/deniztezcan "deniztezcan (19 commits)")[![kayintveen](https://avatars.githubusercontent.com/u/1884283?v=4)](https://github.com/kayintveen "kayintveen (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/deniztezcan-laravel-paynl/health.svg)

```
[![Health](https://phpackages.com/badges/deniztezcan-laravel-paynl/health.svg)](https://phpackages.com/packages/deniztezcan-laravel-paynl)
```

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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