-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Welcome to the Kount RIS PHP SDK wiki!
In this wiki, we will talk about installing, checking out samples, setting up different configurations, and more advanced settings in our SDK. This documentation is specific to SDK uses only.
Our Kount-PHP-SDK Page includes all documentation related to PHP SDK. Everything from SDK Wiki, to Sample Codes, to Releases. Here are a few quick links to get you there faster.
For a complete Kount integration you will need to include the Device Data Collector as well as the RIS post. It's recommended that you code for the Device Data Collector first. More information can be found here.
-
Version
7.3.5
, 03/18/2021- Provided support for PHP-8 [Removed the invalid CURL option].
-
Version
6.5.4
, 08/14/2017- Removed request parameters CCYY(Expiration year) and CCMM(Expiration month) from the PHP SDK.
-
Version
6.5.3
, 07/17/2017- Enabled acceptance of custom settings from user defined file.
-
Version
6.5.2
, 06/27/2017- Added getResponseAsDict() method for retrieving the response fields as array.
- Removed the stopwatch package and introduced php's native microtime() to track milliseconds.
- Added autoload configuration in composer.json, so that when the user opts for a composer installation he would have to only include the autoload.php located in the vendor folder.
-
Version
6.5.1
, 06/23/2017- Added a custom http header to the RIS call.
- Integrated the full list of payment types into the sdk. Full list here.
- Added option for client-side metrics and thus improved the overall logging.
-
Version
6.5.0
, 05/29/2017- Configuration key as a settings variable
-
Version
6.4.2
, 04/07/2017- Downgrading phpunit version in composer.json from 5.7 to 4.8. PHP 5.5.9 isn't supported with newer versions of phpunit.
-
Version
6.4.1
, 03/31/2017- Removing usage of visibility modifiers in test classes - not supported with older versions of php.
-
Version
6.4.0
, 03/31/2017- New requirement for PHP - 5.5 or newer.
- Secure communication between client and server now using TLS v1.2 and TLS v1.1
- Added Composer for package management, unit and integration tests, generating documentation, also a release.sh script for release a new version and creating .zip(will be automated in the near future).
- General source code improvements and modernization.
- General phpdoc enhancements.
- Link here //TODO
Kount gives developers the ability to use the SDK on various platforms and different programming languages. Currently, alongside Java, .NET and PHP are supported.
An SDK version for Python (2.7 and 3+) is still under development.
Getting Started
Using Our SDK
Advanced documentation