Download the PHP package cashfree/omnipay-cashfree without Composer
On this page you can find all versions of the php package cashfree/omnipay-cashfree. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package omnipay-cashfree
Omnipay: Cashfree
Cashfree driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements Cashfree support for Omnipay. This version supports PHP ^5.6 and PHP ^7.
This is the master
branch of Omnipay, handling Omnipay version 3.x
.
Installation
Omnipay is installed via Composer.
To install, simply add it to your composer.json
file:
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:
- Cashfree_Checkout
For general Omnipay usage instructions, please see the main Omnipay repository.
Supported Methods
* Cashfree Checkout Method
Checkout Form is the simplest way to integrate Cashfree Payment Gateway in your website to accept payments quickly. In this integration method, you prepare the checkout form with the correct order and customer details and redirect users from your checkout page to Cashfree’s payment screen. Cashfree payment gateway supports all major payment methods such as credit and debit cards, wallets, UPI, and netbanking.
The Direct gateway methods for handling cards are:
purchase()
- with completePurchase for 3D Secure and cashfree redirect
Direct Purchase
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.