Download the PHP package digitickets/omnipay-payyo without Composer
On this page you can find all versions of the php package digitickets/omnipay-payyo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package omnipay-payyo
Omnipay: Payyo
Payyo Gateway for the Omnipay PHP payment processing library.
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.
The Payyo Omnipay library requires PHP 7.0+.
Installation
Omnipay can be installed using Composer. Installation instructions.
Run the following command to install omnipay and the Payyo gateway:
composer require digitickets/omnipay-payyo
Basic Usage
The following parameters are required:
apiKey
Your Payyo API/public keysecretKey
Your Payyo secret keymerchantId
Your Payyo merchant ID
Requests
Purchase
- purchase() calls
paymentPage.initialize
, then you should redirect - completePurchase() calls
transaction.getNextAction
and (if necessary)transaction.capture
Authorize + Capture
- authorize() calls
paymentPage.initialize
, then you should redirect - completeAuthorize() calls
transaction.getDetails
- capture() calls
transaction.getNextAction
and (if necessary)transaction.capture
Void/Refund
- void() calls
transaction.void
- refund() calls
transaction.refund
Testing
You can run docker-compose up
and then go to http://localhost:8086/
to make a test payment against the Sandbox.
All versions of omnipay-payyo with dependencies
PHP Build Version
Package Version
The package digitickets/omnipay-payyo contains the following files
Loading the files please wait ....