2017 © Pedro Peláez
 

library ccavenue-php-composer-lib

ccavenue composer enabled integration kit

image

tinkers/ccavenue-php-composer-lib

ccavenue composer enabled integration kit

  • Monday, January 23, 2017
  • by tinkers
  • Repository
  • 0 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

ccavenue-php-composer-lib

Description

This is a composer supported library for ccavenue payment gateway., (*1)

Installation

To install with composer you need to have composer installed on your system.
, (*2)

run this command:
composer require tinkers/ccavenue-php-composer-lib
, (*3)

OR, (*4)

add this inside your composer.json section:
, (*5)

    {
        "require": {
           "tinkers/ccavenue-php-composer-lib": "^1.0"
           /*....*/
        }
    }

Usage

<?php
use tinkers\ccavenue\CCAvenue;

$cCAvenue = new CCAvenue(CCAvenue::TYPE_BILLING_PAGE, [
            'merchant_id' => 'xxxxxx',
            'access_code' => 'xxxxxxxxxxxxxxxxx',
            'working_key' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx',
        ], true);

$request = $cCAvenue->requestGenerator($requestData); // accepts billing page post data and provides array encrypted data and form-action/iframe url

Above CCAvenue::requestGenerator() will output:, (*6)

    [
        'encrypted_data' => 'form encrypted_data',
        'access_code' => 'access_code',
        'form_action' => 'https://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction',
    ]

this output can be used to generate request handler form., (*7)

The Versions

23/01 2017

1.0.4

1.0.4.0

ccavenue composer enabled integration kit

  Sources   Download

MIT

The Requires

 

by Avatar sagar

23/01 2017

dev-master

9999999-dev

ccavenue composer enabled integration kit

  Sources   Download

MIT

The Requires

 

by Avatar sagar

23/01 2017

1.0.3

1.0.3.0

ccavenue composer enabled integration kit

  Sources   Download

MIT

The Requires

  • php ^5.4
  • ext-mcrypt ^0.0.0

 

by Avatar sagar

23/01 2017

1.0.2

1.0.2.0

ccavenue composer enabled integration kit

  Sources   Download

MIT

The Requires

  • php ^5.4
  • ext-mcrypt ^0.0.0

 

by Avatar sagar

23/01 2017

1.0.1

1.0.1.0

ccavenue composer enabled integration kit

  Sources   Download

MIT

The Requires

  • php ^5.4
  • ext-mcrypt ^0.0.0

 

by Avatar sagar

23/01 2017

1.0.0

1.0.0.0

ccavenue composer enabled integration kit

  Sources   Download

MIT

The Requires

  • php ^5.4
  • ext-mcrypt ^0.0.0

 

by Avatar sagar

20/01 2017

1.0.0-beta

1.0.0.0-beta

ccavenue composer enabled integration kit

  Sources   Download

MIT

The Requires

  • php ^5.4
  • ext-mcrypt ^0.0.0

 

by Avatar sagar