Download the PHP package pointybeard/omnipay-nabtransact without Composer
On this page you can find all versions of the php package pointybeard/omnipay-nabtransact. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pointybeard/omnipay-nabtransact
More information about pointybeard/omnipay-nabtransact
Files in pointybeard/omnipay-nabtransact
Package omnipay-nabtransact
Short Description NAB Transact XML API gateway for the Omnipay payment processing library
License MIT
Informations about the package omnipay-nabtransact
Omnipay: NAB Transact
NAB Transact API driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements NAB Transact support for Omnipay.
IMPORTANT: This is a very early alpha release, so it's pretty rough, and is likely to be buggy. Please do not use this in production environments. If anyone wants to help me out, that would be awesome.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
For general usage instructions, please see the main Omnipay repository.
Out Of Scope
This currently supports the 'addcrn', 'editcrn', 'deletecrn' and 'trigger' actions of NAB's "Customer Management and Payment scheduling" XML API. Eventually it will support scheduling and triggering a DD payment.
It does not support the "XML API for Payments" API, however will eventually.
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.