PHPackages                             plure-games/cnp-payments-sdk - 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. plure-games/cnp-payments-sdk

ActiveLibrary[Payment Processing](/categories/payments)

plure-games/cnp-payments-sdk
============================

The Vantiv eCommerce PHP SDK is a PHP implementation of the \[Vantiv eCommerce\](https://developer.vantiv.com/community/ecommerce). XML API. This SDK was created to make it as easy as possible to connect process your payments with Vantiv eCommerce

12.x-dev(3y ago)02.2kMITPHPPHP &gt;=5.3.0

Since Jan 31Pushed 3y agoCompare

[ Source](https://github.com/plure-games/cnp-sdk-for-php)[ Packagist](https://packagist.org/packages/plure-games/cnp-payments-sdk)[ Docs](https://developer.vantiv.com/community/ecommerce)[ RSS](/packages/plure-games-cnp-payments-sdk/feed)WikiDiscussions 12.X Synced 1mo ago

READMEChangelogDependencies (2)Versions (1)Used By (0)

Vantiv eCommerce PHP SDK
========================

[](#vantiv-ecommerce-php-sdk)

#### WARNING:

[](#warning)

##### All major version changes require recertification to the new version. Once certified for the use of a new version, Vantiv modifies your Merchant Profile, allowing you to submit transaction to the Production Environment using the new version. Updating your code without recertification and modification of your Merchant Profile will result in transaction declines. Please consult you Implementation Analyst for additional information about this process.

[](#all-major-version-changes-require-recertification-to-the-new-version-once-certified-for-the-use-of-a-new-version-vantiv-modifies-your-merchant-profile-allowing-you-to-submit-transaction-to-the-production-environment-using-the-new-version-updating-your-code-without-recertification-and-modification-of-your-merchant-profile-will-result-in-transaction-declines-please-consult-you-implementation-analyst-for-additional-information-about-this-process)

About Vantiv eCommerce
----------------------

[](#about-vantiv-ecommerce)

[Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) powers the payment processing engines for leading companies that sell directly to consumers through internet retail, direct response marketing (TV, radio and telephone), and online services. Vantiv eCommerce is the leading authority in card-not-present (CNP) commerce, transaction processing and merchant services.

About this SDK
--------------

[](#about-this-sdk)

The Vantiv eCommerce PHP SDK is a PHP implementation of the [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce). XML API. This SDK was created to make it as easy as possible to connect process your payments with Vantiv eCommerce. This SDK utilizes the HTTPS protocol to securely connect to Vantiv eCommerce. Using the SDK requires coordination with the Vantiv eCommerce team in order to be provided with credentials for accessing our systems.

Each PHP SDK release supports all of the functionality present in the associated Vantiv eCommerce XML version (e.g., SDK v9.3.2 supports Vantiv eCommerce XML v9.3). Please see the online copy of our XSD for Vantiv eCommerce XML to get more details on what the Vantiv eCommerce payments engine supports.

This SDK was implemented to support the PHP programming language and was created by Vantiv eCommerce. Its intended use is for online transaction processing utilizing your account on the Vantiv eCommerce payments engine.

See LICENSE file for details on using this software.

Source Code available from :

Please contact [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) to receive valid merchant credentials in order to run tests successfully or if you require assistance in any way. We are reachable at

SDK PHP Dependencies
--------------------

[](#sdk-php-dependencies)

Up to date list available at [Packagist](https://packagist.org/packages/litle/payments-sdk)

Setup
=====

[](#setup)

Using with composer
-------------------

[](#using-with-composer)

If you are using a composer to manage your dependencies, you can do the following in your project directory:

1. Install the composer using command:

> curl -sS  | php

2. Move into the cnp-sdk-for-php directory and install dependencies via composer (ensure the path to composer.phar is correct).

> cd cnp-sdk-for-php

> php ../composer.phar install

3. Configure the SDK:

> cd cnp/sdk

> php Setup.php

4. Return to the cnp-sdk-for-php directory, then run the attached sample:

```
