ssjowowo/dotpay

Dotpay driver for the Omnipay payment processing library

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master / 1.0.x-dev 2016-09-07 10:27 UTC

This package is not auto-updated.

Last update: 2020-12-20 19:15:59 UTC


README

Dotpay 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": {
        "omnipay/dotpay": "~2.0"
    }
}

And run composer to update your dependencies:

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

Basic Usage

The following gateways are provided by this package:

  • Dotpay

For general usage instructions, please see the main Omnipay repository.