定制 kishanio/ccavenue 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kishanio/ccavenue

Composer 安装命令:

composer require kishanio/ccavenue

包简介

CCAvenue Payment Gateway PHP Library

README 文档

README

#CCAvenue Payment Gateway PHP Library

Installation

composer require kishanio/ccavenue 

Documentation / Example

Request Payment

require_once __DIR__ . '/../vendor/autoload.php'; use Kishnio\CCAvenue\Payment as CCAvenueClient; $ccavenue = new CCAvenueClient( '<merchant_id>', '<working_key>', '<redirect_url>' ); // set details $ccavenue->setAmount( '<Amount>' ); $ccavenue->setOrderId( '<order_id>' ); $ccavenue->setBillingName( '<billing_cust_name>' ); $ccavenue->setBillingAddress( '<billing_cust_address>' ); $ccavenue->setBillingCity( '<billing_cust_city>' ); $ccavenue->setBillingZip( '<billing_cust_zip>' ); $ccavenue->setBillingState( '<billing_cust_state>' ); $ccavenue->setBillingCountry( '<billing_cust_country>' ); $ccavenue->setBillingEmail( '<billing_cust_email>' ); $ccavenue->setBillingTel( '<billing_cust_tel>' ); $ccavenue->setBillingNotes( '<billing_cust_notes>' ); // 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

<!-- Request --> <form method="post" name="redirect" action="http://www.ccavenue.com/shopzone/cc_details.jsp"> <?php echo '<input type=hidden name=encRequest value="'.$data.'"">'; echo '<input type=hidden name=Merchant_Id value="'.$merchant.'">'; ?> </form> <script language='javascript'>document.redirect.submit();</script> </body> </html> 

Payment Response

require_once __DIR__ . '/../vendor/autoload.php'; use Kishnio\CCAvenue\Payment as CCAvenueClient; // Get Response $response=$_POST["encResponse"]; $ccavenue = new CCAvenueClient( '<merchant_id>', '<working_key>', '<redirect_url>' ); // Check if the transaction was successfull. echo $ccavenue->response( $response ); 

统计信息

  • 总下载量: 34.3k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 15
  • Watchers: 2
  • Forks: 16
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固