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

0.0.4 2024-09-03 16:23 UTC

This package is auto-updated.

Last update: 2024-11-03 16:36:04 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');