PHPackages                             cannonb4ll/larapay - 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. cannonb4ll/larapay

AbandonedLibrary

cannonb4ll/larapay
==================

Laravel 5 pay.nl provider

1.1(8y ago)68.3k2MITPHPPHP &gt;=5.6.0

Since Jan 13Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Cannonb4ll/LaraPay)[ Packagist](https://packagist.org/packages/cannonb4ll/larapay)[ RSS](/packages/cannonb4ll-larapay/feed)WikiDiscussions master Synced 1mo ago

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

LaraPay
=======

[](#larapay)

This class makes it more easy to integrate the payment provider *Pay.nl* into your website.

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

[](#requirements)

- Laravel 5.x
- Pay.nl account

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

[](#installation)

Require this package by doing:

`composer require cannonb4ll/larapay`

After installing, register the service provider inside `config/app.php`:

`LaraPay\ServiceProvider::class,`

Now you can publish the configuration file with the following command:

`php artisan vendor:publish --provider="LaraPay\ServiceProvider"`

After this you have to setup 2 variables inside your `.env` file:

```
PAY_TOKEN=
PAY_SERVICE_ID=

```

You can get these credentials fromout

Available methods:
------------------

[](#available-methods)

```
$larapay = new LaraPay;

$larapay->methods(); // Returns list of payment methods

$larapay->banks(); // Returns list of banks (iDEAL)

// Starts a transaction, you can apply more data here according to the pay's API documentation.
$larapay->startTransaction([
   'amount' => $total,
   'returnUrl' => 'http://www.example.com/thanks',

   'exchangeUrl' => 'http://www.example.com/webhook',
   'paymentMethod' => 138,
   'description' => 'ORder',
   'testmode' => 1
]);

$larapay->getTransaction($id); // Returns a transaction
```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~81 days

Total

3

Last Release

3241d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bece5072b5ec7867d749e36c58d59abd3ac9994c59ebaf720cb5576b0e0e715f?d=identicon)[Cannonb4ll](/maintainers/Cannonb4ll)

---

Top Contributors

[![Cannonb4ll](https://avatars.githubusercontent.com/u/3110750?v=4)](https://github.com/Cannonb4ll "Cannonb4ll (14 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/cannonb4ll-larapay/health.svg)

```
[![Health](https://phpackages.com/badges/cannonb4ll-larapay/health.svg)](https://phpackages.com/packages/cannonb4ll-larapay)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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