assocworks / omnipay-payfast
PayFast driver for the Omnipay Multiprocessor
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/assocworks/omnipay-payfast
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-11-06 23:33:54 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.