ptuchik/omnipay-dotpay

Dotpay driver for the Omnipay payment processing library

dev-master / 1.0.x-dev 2018-11-25 23:45 UTC

This package is auto-updated.

Last update: 2024-04-14 01:36:16 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.