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

1437.0k↓14.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 1mo 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 59% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

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

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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