2017 © Pedro Peláez
 

library khipu-api-client

image

khipu/khipu-api-client

  • Wednesday, June 27, 2018
  • by khipu
  • Repository
  • 3 Watchers
  • 7 Stars
  • 10,796 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 12 Versions
  • 6 % Grown

The README.md

Instalation

Add the dependency khipu/khipu-api-client to composer.json and run, (*1)

composer install

Usage

Basic usage

setSecret("abc123");
$c->setReceiverId(1234);
$c->setDebug(true);

$cl = new Khipu\ApiClient($c);

$exp = new DateTime();
$exp->setDate(2020, 11, 3);

$kh = new Khipu\Client\PaymentsApi($cl);

try {
    $opts = array(
        "expires_date" => $exp,
        "body" => "test body"
    );
    $resp = $kh->paymentsPost("Test de api", "CLP", 1570, $opts);
    print_r($resp);
    $r2 = $kh->paymentsIdGet($resp->getPaymentId());
    print_r($r2);
} catch(Exception $e) {
    echo $e->getMessage();
}
?>

The Versions

27/06 2018

dev-master

9999999-dev https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

27/06 2018

2.7.7

2.7.7.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

11/07 2016

2.7.1

2.7.1.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

10/06 2016

2.7.0

2.7.0.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

01/02 2016

2.6.0

2.6.0.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

24/11 2015

2.5.0

2.5.0.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

16/11 2015

2.4.0

2.4.0.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

16/11 2015

2.3.0

2.3.0.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

11/11 2015

2.2.0

2.2.0.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

09/11 2015

2.1.0

2.1.0.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

09/11 2015

2.0.4

2.0.4.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu

06/11 2015

2.0.2

2.0.2.0 https://github.com/khipu/khipu-api-php-client

  Sources   Download

Apache-2.0

The Requires

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

 

The Development Requires

api php sdk khipu