s1nb2/omnipay-paygate

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

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 3

pkg:composer/s1nb2/omnipay-paygate

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

This package is auto-updated.

Last update: 2025-12-18 00:37:07 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"
  }
  
}