PHPackages                             bhavinjr/eazypay - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. bhavinjr/eazypay

ActiveLibrary[Payment Processing](/categories/payments)

bhavinjr/eazypay
================

This is icici eazypay payment gateway api

v1.3(7y ago)31554[1 issues](https://github.com/bhavinjr/eazypay/issues)[1 PRs](https://github.com/bhavinjr/eazypay/pulls)MITPHPPHP &gt;=5.6.0

Since Aug 31Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bhavinjr/eazypay)[ Packagist](https://packagist.org/packages/bhavinjr/eazypay)[ RSS](/packages/bhavinjr-eazypay/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

eazypay
=======

[](#eazypay)

Eazypay payment integration for Laravel 5.\*

[![Latest Stable Version](https://camo.githubusercontent.com/0798d58f14051bdb58a5a3cac8a422d0a66320844fe899e6ca49bca001cb8c60/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f65617a797061792f762f737461626c65)](https://packagist.org/packages/bhavinjr/eazypay)[![Total Downloads](https://camo.githubusercontent.com/4a7c3831a523c7cebe673224f94bd5b2c8a844f58445cd6f7250de8e16202a53/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f65617a797061792f646f776e6c6f616473)](https://packagist.org/packages/bhavinjr/eazypay)[![License](https://camo.githubusercontent.com/7ea3900a6393528faa7168ba3a63f0428c2efc845c8bab29a1395a79e7605dfb/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f65617a797061792f6c6963656e7365)](https://packagist.org/packages/bhavinjr/eazypay)

Background: What is a eazypay?
------------------------------

[](#background-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.

For more information visit,

```
https://eazypay.icicibank.com/info/aboutUs.html
https://eazypay.icicibank.com/homePage

```

Installation
------------

[](#installation)

First, you'll need to install the package via Composer:

```
$ composer require bhavinjr/eazypay
```

If you are don't use using Laravel 5.5.\* Then, update `config/app.php` by adding an entry for the service provider.

```
'providers' => [
    // ...
    Bhavinjr\Eazypay\Providers\EazypayServiceProvider::class,
];
```

In command line paste this command:

```
php artisan config:cache
```

Finally, from the command line again, publish the default configuration file:

```
php artisan vendor:publish --provider="Bhavinjr\Eazypay\Providers\EazypayServiceProvider"
```

Usage
-----

[](#usage)

```
use Bhavinjr\Eazypay\Eazypay;

class PaymentController extends Controller
{
    public function payment()
    {
    	$amount 	=   10;
    	$refrenceNo 	=   1; //stands for order id or any other related to database table
    	$optionalField 	=  '10|10|10|10'; (optional) //must be pass in pipe delimeter based on icici eazypay payment integration kit

        $eazypay 	=   new Eazypay();
        $paymentUrl 	=   $eazypay->getPaymentUrl($amount,$refrenceNo,$optionalField);
        return redirect()->to($paymentUrl); //it will redirect to your payment gateway site
    }
}
```

Configuration
-------------

[](#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.

```
return [
    'merchant_id'       	=>  env('EAZYPAY_MERCHANT_ID'),
    'encryption_key'            =>  env('EAZYPAY_ENCRYPTION_KEY'),
    'return_url'        	=>  env('EAZYPAY_RETURN_URL'),
    'sub_merchant_id'   	=>  env('EAZYPAY_MERCHANT_ID'),
    'merchant_reference_no'     =>  env('EAZYPAY_MERCHANT_ID'),
    'paymode'           	=>  env('EAZYPAY_PAYMODE',9),

];

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~171 days

Total

4

Last Release

2659d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01c6fe33126dfd61eb9a802f458eb760ffbcae3a091e76b89aeb8b6c0e8678a0?d=identicon)[bhavinjr](/maintainers/bhavinjr)

---

Top Contributors

[![bhavinjr](https://avatars.githubusercontent.com/u/30195960?v=4)](https://github.com/bhavinjr "bhavinjr (15 commits)")[![msonowal](https://avatars.githubusercontent.com/u/6334484?v=4)](https://github.com/msonowal "msonowal (1 commits)")

---

Tags

eazypay-laraveleazypay-paymenteazypay-payment-integrationicici-eazypay-paymentlarapaylaravel-eazypaylaravellaravel 5iciciicici paymenteazypaylaravel eazypayeazypay paymenteazypay payment apieazypay payment integrationeazypay payment laravel

### Embed Badge

![Health badge](/badges/bhavinjr-eazypay/health.svg)

```
[![Health](https://phpackages.com/badges/bhavinjr-eazypay/health.svg)](https://phpackages.com/packages/bhavinjr-eazypay)
```

###  Alternatives

[latrell/alipay

支付宝SDK在Laravel5封装包。

40349.2k](/packages/latrell-alipay)[kingflamez/laravelrave

A Laravel Package for Flutterwave Rave

151286.1k4](/packages/kingflamez-laravelrave)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[itsmurumba/laravel-mpesa

Laravel Package for Mpesa Daraja API

191.6k](/packages/itsmurumba-laravel-mpesa)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
