Download the PHP package cardinity/client-bundle without Composer
On this page you can find all versions of the php package cardinity/client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cardinity/client-bundle
More information about cardinity/client-bundle
Files in cardinity/client-bundle
Package client-bundle
Short Description Cardinity Credit Card payments bundle for Symfony2
License MIT
Homepage http://www.cardinity.com
Informations about the package client-bundle
CardinityClientBundle
Deprecation notice
This repository is deprecated.
Installation
Installing via Composer
Configuration
To use the bundle you have to define two parameters in your app/config/config.yml
file under cardinity_client
section
Where:
consumer_key
: You can find your Consumer Key and Consumer Secret in Cardinity member’s area.consumer_secret
: You can find your Consumer Key and Consumer Secret in Cardinity member’s area.
Registering the Bundle
You have to add CardinityClientBundle
to your AppKernel.php
:
Enable credit card processing with 3-D secure DEMO
Include following lines to app/config/routing.yml
:
And if you are using PHP built-in web server:
Try to open browser with address http://localhost:8000/cardinity
.
Usage
Services
This bundle comes with following service which simplifies the Cardinity implementation in your project:
Available Methods
Validates and executes Cardinity query
Available Queries
Payment
Settlement
Void
Refund
Usage
More usage examples available at Cardinity PHP client repository.
Official API documentation can be found here.
All versions of client-bundle with dependencies
cardinity/cardinity-sdk-php Version ~1.0
symfony/validator Version ~2.6