Download the PHP package sachin-sanchania/laravel-eazypay without Composer
On this page you can find all versions of the php package sachin-sanchania/laravel-eazypay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sachin-sanchania/laravel-eazypay
More information about sachin-sanchania/laravel-eazypay
Files in sachin-sanchania/laravel-eazypay
Package laravel-eazypay
Short Description Laravel package for ICICI Bank Eazypay payment integration
License MIT
Informations about the package laravel-eazypay
Laravel Eazypay Integration
This package provides a seamless integration with ICICI Bank's EazyPay payment gateway for Laravel applications. It simplifies the process of generating checksums, processing payments, and handling responses within your Laravel projects.
What is a Eazypay?
Eazypay is a first of its kind secure payment service by ICICI Bank in India. It enables institutions to collect money from their customers through multiple payment modes. ICICI Bank is the first and only bank to offer such a payment service in India.
Installation
You can install the package via composer:
Configuration
Configuration was designed to be as flexible.
global configuration can be set in the app/config/eazypay.php
file.
Make sure you have all the detail which needs to use in configuration file.
Must read instruction in app/config/eazypay.php
file. You need to configure your .env file
In command line paste this command for clearing cache:
Finally, from the command line again, publish the default configuration file:
Usage
Import the package in your controller and send request with required parameters.
After payment completion, ICICI will redirect the user to the return URL. You can capture the response like this:
Thanks for your support! ❤️ If you have any doubts, feel free to start a discussion. 😊
For more details, visit the official ICICI Eazypay website.