wjminions/omnipay-transfer

Transfer driver for the Omnipay payment processing library

1.0.0 2017-08-14 10:02 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:30:44 UTC


README

Transfer driver for the Omnipay PHP payment processing library

Installation

Omnipay is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "wjminions/ommipay-transfer": "~2.0"
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Basic Usage