abdibr116/omnipay-hyperpay

HyperPay gateway for Omnipay payment processing library

v1.1.1 2019-10-21 19:51 UTC

This package is auto-updated.

Last update: 2024-03-23 18:54:35 UTC


README

PayPal driver for the Omnipay PHP payment processing library

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements HyperPay support for Omnipay.

Installation

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

{
    "require": {
        "abdibr116/omnipay-hyperpay": "~1.0"
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Basic Usage

The following gateway is provided by this package:

  • HyperPay_COPYandPAY (HyperPay COPYandPAY Checkout)

The following methods are provided by this package:

  • purchase
  • completePurchase

For general usage instructions, please see the main Omnipay repository.

Example

A basic usage example of HyperPay COPYandPAY Checkout is provided in example folder. To run the example, run Composer installation, then navigate to example and run local PHP server as following:

composer install
cd example
php -S localhost:8000

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.