ingpsp/ing-php

This package is abandoned and no longer maintained. No replacement package was suggested.

The official ING-PSP PHP SDK

1.5.1 2019-02-11 12:14 UTC

README

  • PHP 5.6 or later.

Installation

include_once 'ing-php/vendor/autoload.php';

Getting started

First create a new API client with your API key and ING product:

use \GingerPayments\Payment\Ginger;

$client = Ginger::createClient('ing-api-key', 'ing_product');

Full documentation

https://github.com/ingpsp/ing-php