dignat/omnipay-alert

This package is abandoned and no longer maintained. The author suggests using the digitickets/omnipay-alert package instead.

Alert driver for the Omnipay payment processing library

2.0.0 2016-11-17 15:07 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:58:09 UTC


README

Alert driver for the Omnipay PHP payment processing library

This driver supports the remote Alert Payment Gateway (DPG) service. Payment information is sent and received via XML messages. Customers typically stay on the originating website with this method of integration.

Installation

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

{
    "require": {
        "dignat/omnipay-alert": "*"
    }
}

And run composer to update your dependencies:

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

Basic Usage

This driver supports two transaction types:

  • Purchase (including 3D Secure support if card holder is registered)

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

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 believe you have found a bug in this driver, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.