2017 © Pedro Peláez
 

library omnipay-nocks

Nocks driver for the Omnipay PHP payment processing library

image

nocksapp/omnipay-nocks

Nocks driver for the Omnipay PHP payment processing library

  • Thursday, July 26, 2018
  • by nocksapp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 129 % Grown

The README.md

Omnipay: Nocks

Nocks driver for the Omnipay PHP payment processing library, (*1)

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements Nocks support for Omnipay 3., (*2)

Installation

The Nocks Omnipay driver is installed via Composer. To install, require it:, (*3)

composer require nocksapp/omnipay-nocks

Basic Usage

<?php

use Omnipay\Omnipay;

$accessToken = '';
$merchant = '';

$gateway = Omnipay::create('Nocks');
$gateway->setAccessToken($accessToken);
$gateway->setTestMode(true); // Use Nocks testmode/sandbox for testing

$response = $gateway->purchase([
    'merchant' => $merchant,
    'amount' => 10.00,
    'currency' => 'NLG',
    'sourceCurrency' => 'EUR',
    'returnUrl' => 'http://example.com/return',
    'callbackUrl' => 'http://example.com/callback',
    'paymentMethod' => 'ideal',
    'issuer' => 'ABNANL2A',
])->send();

if ($response->isRedirect()) {
    $response->redirect();
}

For general usage instructions, please see the main Omnipay repository., (*4)

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

26/07 2018

v1.1.2

1.1.2.0 https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

26/07 2018

1.1.2.x-dev

1.1.2.9999999-dev https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

19/06 2018

v1.1.1

1.1.1.0 https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

19/06 2018

1.1.1.x-dev

1.1.1.9999999-dev https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

10/04 2018

v1.1.0

1.1.0.0 https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

10/04 2018

1.1.0.x-dev

1.1.0.9999999-dev https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

10/04 2018

1.0.4.x-dev

1.0.4.9999999-dev https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

09/04 2018

v1.0.3

1.0.3.0 https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

06/04 2018

v1.0.2

1.0.2.0 https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

06/04 2018

v1.0.1

1.0.1.0 https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks

05/04 2018

v1.0.0

1.0.0.0 https://github.com/nocksapp/checkout-omnipay

Nocks driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

by Robbie op de Weegh

payment pay gateway merchant omnipay nocks