assocworks / omnipay-payfast
PayFast driver for the Omnipay Multiprocessor
v1.0
2020-02-05 20:32 UTC
Requires
- guzzlehttp/guzzle: ^6.0
- league/omnipay: ^3
- omnipay/common: ^3.0
Requires (Dev)
- omnipay/tests: ^3.1
- squizlabs/php_codesniffer: ^3
This package is auto-updated.
Last update: 2025-03-06 21:52:21 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.