2017 © Pedro Peláez
 

library payum-paynl

The Payum extension for PayNL

image

samvdb/payum-paynl

The Payum extension for PayNL

  • Thursday, May 17, 2018
  • by samvdb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

Payum PayNL

Build Status Total Downloads Latest Stable Version, (*1)

The Payum PayNL extension, (*2)

  1. Require extension
$ composer require samvdb/payum-paynl
<?php

use Payum\Core\PayumBuilder;
use Payum\Core\GatewayFactoryInterface;

$defaultConfig = [];

$payum = (new PayumBuilder)
    ->addGatewayFactory('paynl', function(array $config, GatewayFactoryInterface $coreGatewayFactory) {
        return new \Payum\Paynl\PaynlGatewayFactory($config, $coreGatewayFactory);
    })

    ->addGateway('paynl', [
        'factory' => 'paynl',
        'sandbox' => true,
        'token' => '',
        'service_id' => ''
    ])

    ->getPayum()
;
  1. While using the gateway implement all method where you get Not implemented exception:
<?php

use Payum\Core\Request\Capture;

$paynl = $payum->getGateway('paynl');

$model = new \ArrayObject([
  // ...
]);

$paynl->execute(new Capture($model));

License

Released under the MIT License., (*3)

The Versions

17/05 2018

dev-master

9999999-dev https://payum.forma-pro.com

The Payum extension for PayNL

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sam Van der Borght

payment paynl

17/05 2018

1.0.0

1.0.0.0 https://payum.forma-pro.com

The Payum extension for PayNL

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sam Van der Borght

payment paynl