Skip to content

Tomasz-Silpion/omnipay-dotpay

 
 

Repository files navigation

Omnipay: Dotpay

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.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.8%
  • Shell 2.2%