s1nb2/omnipay-paygate

There is no license information available for the latest version (dev-master) of this package.

dev-master / 3.0.x-dev 2019-05-17 09:27 UTC

This package is auto-updated.

Last update: 2024-04-17 21:04:22 UTC


README

Paygate driver for the Omnipay PHP payment processing library

Installation

Composer

If you use Composer, you can run the following command from the root of your project:

composer require s1nb2/omnipay-paygate:dev-master

Or add s1nb2/omnipay-paygate to your composer.json file:

{
  "require": {
    "s1nb2/omnipay-paygate": "dev-master"
  }
  
}