Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

AntonyThorpe/omnipay-swipehq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omnipay: Swipehq

Swipe HQ driver for the Omnipay PHP payment processing library

Swipe HQ Website: http://www.swipehq.co.nz

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Swipehq support for Omnipay v2.5.

Installation

Omnipay is installed via Composer. To install, simply add it to your composer.json file:

{
    "repositories": [
            {
                "type": "vcs",
                "url": "https://github.com/antonythorpe/omnipay-swipehq"
            }
        ],
    "require": {
        "antonythorpe/omnipay-swipehq": "2.0.0"
    }
}

Reference: https://getcomposer.org/doc/05-repositories.md#using-private-repositories

Run composer to update your dependencies:

composer update

Getting Started

  • Swipe HQ is an Offsite Payment Gateway so for the Live Payment Notifications (Swipe HQ's servers to yours) to work, you will need a staging server. The Live Payment Notifications will not be able to find your localhost.

Support

If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.

Other than that, there is no support for this library.

About

Swipehq driver for the Omnipay payment processing library version 2.5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages