Skip to content

Paygate driver for the Omnipay PHP payment processing library

License

Notifications You must be signed in to change notification settings

mvnrsa/omnipay-paygate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omnipay-paygate

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

About

Paygate driver for the Omnipay PHP payment processing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%