jannza/ecomcharge

Ecomcharge driver for the Omnipay payment processing library

dev-master / 1.0.x-dev 2017-08-15 08:36 UTC

This package is not auto-updated.

Last update: 2024-09-24 16:48:43 UTC


README

eComCharge driver for the Omnipay PHP payment processing library

Installation

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

{
    "require": {
        "jannza/ecomcharge":  "dev-master"
    }
}

And run composer to update your dependencies:

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

Basic Usage

The following gateways are provided by this package:

  • eComCharge

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