Skip to content

Swipehq driver for the Omnipay payment processing library version 1.1

License

Notifications You must be signed in to change notification settings

AaronDCole/omnipay-swipehq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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 v 1.1.

Omnipay uses Symphony2's HttpFoundation Component through Guzzle. [Symphony2's HttpFoundation Component] replaces some default PHP global variables and functions by an Object-Oriented layer. [Guzzle] is a PHP HTTP client that makes it easy to send and receive HTTP requests.

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": "1.0.2"
    }
}

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

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar 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.

About

Swipehq driver for the Omnipay payment processing library version 1.1

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%