PHPackages                             kishanio/ccavenue - 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. kishanio/ccavenue

ActiveLibrary[Payment Processing](/categories/payments)

kishanio/ccavenue
=================

CCAvenue Payment Gateway PHP Library

1440.5k↓16.1%16[4 issues](https://github.com/kishanio/ccavenue-php-library/issues)PHP

Since Mar 15Pushed 7y ago2 watchersCompare

[ Source](https://github.com/kishanio/ccavenue-php-library)[ Packagist](https://packagist.org/packages/kishanio/ccavenue)[ RSS](/packages/kishanio-ccavenue/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#CCAvenue Payment Gateway PHP Library

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

[](#installation)

```
composer require kishanio/ccavenue

```

Documentation / Example
-----------------------

[](#documentation--example)

Request Payment

```
require_once __DIR__ . '/../vendor/autoload.php';
use Kishnio\CCAvenue\Payment as CCAvenueClient;

$ccavenue = new CCAvenueClient( '', '', '' );

// set details
$ccavenue->setAmount( '' );
$ccavenue->setOrderId( '' );
$ccavenue->setBillingName( '' );
$ccavenue->setBillingAddress( '' );
$ccavenue->setBillingCity( '' );
$ccavenue->setBillingZip( '' );
$ccavenue->setBillingState( '' );
$ccavenue->setBillingCountry( '' );
$ccavenue->setBillingEmail( '' );
$ccavenue->setBillingTel( '' );
$ccavenue->setBillingNotes( '' );

// copy all the billing details to chipping details
$ccavenue->billingSameAsShipping();

// get encrpyted data to be passed
$data = $ccavenue->getEncryptedData();

// merchant id to be passed along the param
$merchant = $ccavenue->getMerchantId();

```

HTML Redirect

```

document.redirect.submit();

```

Payment Response

```
require_once __DIR__ . '/../vendor/autoload.php';
use Kishnio\CCAvenue\Payment as CCAvenueClient;

// Get Response
$response=$_POST["encResponse"];

$ccavenue = new CCAvenueClient( '', '', '' );

// Check if the transaction was successfull.
echo $ccavenue->response( $response );

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bc2c5cecc9d537ca9f57783cecc65d8ea45af7fa131e9067161310e76509a6f?d=identicon)[kishanio](/maintainers/kishanio)

---

Top Contributors

[![kishanio](https://avatars.githubusercontent.com/u/1800156?v=4)](https://github.com/kishanio "kishanio (9 commits)")[![DevinWalker](https://avatars.githubusercontent.com/u/1571635?v=4)](https://github.com/DevinWalker "DevinWalker (2 commits)")

### Embed Badge

![Health badge](/badges/kishanio-ccavenue/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[binkode/laravel-paystack

A description for laravel-paystack.

112.1k](/packages/binkode-laravel-paystack)

PHPackages © 2026

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