mvnrsa/omnipay-paygate

dev-master / 3.0.x-dev 2022-12-07 12:18 UTC

This package is auto-updated.

Last update: 2024-04-07 15:46:58 UTC


README

Paygate driver for the Omnipay PHP payment processing library
Updated by mvnrsa to do redirect - 2022/12

Installation

Composer

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

composer require mvnrsa/omnipay-paygate:dev-master

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

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

Laravel

The only specific PayGate package for laravel is abandoned and not compatible with php 8!

This package can be used very easily with Laravel and OmniPay to accept PayGate payments.
See the laravel-samples folder for a working Controller and sample config file.

mvnrsa
2022/12/07