assocworks/omnipay-payfast

PayFast driver for the Omnipay Multiprocessor

v1.0 2020-02-05 20:32 UTC

This package is auto-updated.

Last update: 2024-04-06 19:46:51 UTC


README

PayFast 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 PayFast support for Omnipay.

Installation

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

{
    "require": {
        "assocworks/omnipay-payfast": "~1.0"
    }
}

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:

  • PayFast

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