paytic/omnipay-euplatesc

Euplatesc driver for ThePhpLeague Omnipay multi-payment processing library

3.0.6 2024-04-10 09:31 UTC

This package is auto-updated.

Last update: 2024-04-10 09:32:08 UTC


README

Euplatesc driver for the Omnipay PHP payment processing library

travis Latest Version on Packagist Total Downloads Software License

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

Installation

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

{
    "require": {
        "bytic/omnipay-euplatesc": "^3.0"
    }
}

And run composer to update your dependencies:

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

Basic Usage

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

Supported Methods

The supported gateway methods are:

  • purchase() - redirect customer to payment form
  • completePurchase() - for reading messages on redirect URL from gateway
  • serverCompletePurchase() - for reading messages on IPN URL from gateway