Download the PHP package behzadbabaei/omnipay-thawani without Composer
On this page you can find all versions of the php package behzadbabaei/omnipay-thawani. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download behzadbabaei/omnipay-thawani
More information about behzadbabaei/omnipay-thawani
Files in behzadbabaei/omnipay-thawani
Package omnipay-thawani
Short Description Thawani (Oman Payment) driver for the Omnipay payment processing library
License MIT
Homepage https://github.com/behzadbabaei/omnipay-thawani
Informations about the package omnipay-thawani
Omnipay Thawani
Thawani gateway for Omnipay payment processing library This package has implemtend the Checkout API of Thawani Payment systems For more information please visit the following link:Developer Document
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
And run composer to update your dependencies:
composer update
Or you can simply run
composer require behzadbabaei/omnipay-thawani
Basic Usage
-
Use Omnipay gateway class:
- Initialize Thawani gateway:
Creating an session
Call purchase, it will return the response which includes the session_id for further process. Please refer to the Developer Document for more information.
OR
Retrieve an order
Please refer to the Developer Document for more information.
OR
For general usage instructions, please see the main Omnipay repository.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release announcements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.