Registry / auth / omnipay-payfast

omnipay-payfast

JSON →
library3.1.0phppackagistunverified

PayFast driver for the Omnipay payment processing library.

composer require omnipay/payfast
INSTALL
IMPORT
SIG · OMNIPAY-PAYFAST
O
omnipay-payfast
authphpv3.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gateway
use Omnipay\PayFast\Gateway;

Process a payment via PayFast.

use Omnipay\PayFast\Gateway; $gateway = new Gateway(); $gateway->setMerchantId('your-merchant-id'); $gateway->setMerchantKey('your-merchant-key'); $response = $gateway->purchase(['amount' => '10.00', 'currency' => 'ZAR'])->send();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
omnipay-payfast — pip install omnipay-payfast · libregistry