Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 780 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 780 Bytes

Fake omnipay

Fake driver for the Omnipay PHP payment processing library

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

Installation

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

{
    "require": {
        "ebisbe/fake-omnipay": "dev-master"
    }
}

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.