2017 © Pedro Peláez
 

library kash-php

Kash API PHP Client

image

withkash/kash-php

Kash API PHP Client

  • Friday, August 28, 2015
  • by dannysu
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Installation

Include via Composer:, (*1)

"require": {
    "kash/kash-php": "*"
}

Documentation

Documentation is available at http://docs.withkash.com., (*2)

Tutorial

<?php

require __DIR__ . '/vendor/autoload.php';

use Kash\Kash;

Kash::setApiKey('sk_test_b746ab1e46e0d0fff0f62912ede52c52');
$customerId = "dce5d71e-0ba5-4114-b9d2-9644056a77ce";
$result = Kash::authorizeAmount($customerId, 2000);
print($result->authorization_id);

The Versions

28/08 2015

dev-master

9999999-dev https://withkash.com

Kash API PHP Client

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *

 

28/08 2015

0.1.0

0.1.0.0 https://withkash.com

Kash API PHP Client

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *