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
Requires
- php: ^7.4 || ^8.0 || ^8.1 || ^8.2
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0|~7.0
Requires (Dev)
- phpunit/phpunit: ^5.7 || ^6.5 || ^7.1 || ^10.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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');