imbue/paynl-api-php

Pay.nl API client library for PHP. Pay.nl is an all-in-one payment provider for receiving online and in-store payments

Installs: 1 919

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/imbue/paynl-api-php

0.0.4 2024-09-03 16:23 UTC

This package is auto-updated.

Last update: 2025-10-01 00:09:35 UTC


README

This SDK is NOT production ready yet. Please do not use it in production.

Unofficial PHP SDK for the Pay.nl API.

Installation

$ composer require imbue/paynl-api-php

Getting started

Initialize the Pay.nl API client

$paynlClient = new PaynlClient();
$paynlClient->setAuth('your-at-code', 'your-api-token');
$paynlClient->setSlCode('your-service-location-code');