Download the PHP package behzadbabaei/omnipay-payop without Composer
On this page you can find all versions of the php package behzadbabaei/omnipay-payop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download behzadbabaei/omnipay-payop
More information about behzadbabaei/omnipay-payop
Files in behzadbabaei/omnipay-payop
Package omnipay-payop
Short Description PayOp driver for the Omnipay payment processing library
License MIT
Homepage https://github.com/behzadbabaei/omnipay-payop
Informations about the package omnipay-payop
Omnipay PayOp
PayOp gateway for Omnipay payment processing library This package has implemented the Merchant API of PayOp 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-payop
Basic Usage
-
Use Omnipay gateway class:
- Initialize PayOp gateway:
Creating an order
Call purchase, it will return the response which includes the public_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.