2017 © Pedro Peláez
 

library kount

PHP library to consume Kount API

image

kayue/kount

PHP library to consume Kount API

  • Monday, January 25, 2016
  • by kayue
  • Repository
  • 1 Watchers
  • 0 Stars
  • 189 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Kount PHP library

Example

<?php

use Kayue\Kount\Kount;

require_once dirname(__DIR__) . '/vendor/autoload.php';

$kount = new Kount('API_KEY');

// Get an email's VIP status (approve / decline)
$kount->getEmail('someone@example.com')->getResult();

// Update an trasacntion's approve status
$kount->updateOrderStatus('TXID', Kount::ORDER_STATUS_APPROVE);

The Versions

25/01 2016

dev-master

9999999-dev

PHP library to consume Kount API

  Sources   Download

The Requires

 

The Development Requires

by Avatar kayue