2017 © Pedro Peláez
 

library payu-tools

Payunun resmi olarak sunduğu kütüphanesinde olmayan temel özellikler

image

inarli/payu-tools

Payunun resmi olarak sunduğu kütüphanesinde olmayan temel özellikler

  • Thursday, August 24, 2017
  • by inarli
  • Repository
  • 1 Watchers
  • 1 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 130 % Grown

The README.md

PHP Client For PayU

Build Status, (*1)

You can send request to PayU Rest API with this library;, (*2)

Example;, (*3)

<?php
require_once '../vendor/autoload.php';
    $merchant = new \PayuTools\Merchant('OPU_TEST', 'SECRET_KEY');
    $client = new \PayuTools\Client($merchant);
    $cancelRequest = new \PayuTools\Request\Token\CancelRequest('5213b33bad3c07e87e8f032c94452bdc', 'Token cancelled');
    $response = $client->send($cancelRequest);
    var_dump($response->getStatus());
    var_dump($response->getError());
    var_dump($response->getData());
?>

The Versions

24/08 2017

dev-master

9999999-dev

Payunun resmi olarak sunduğu kütüphanesinde olmayan temel özellikler

  Sources   Download

Apache2

The Requires

 

The Development Requires

by İlkay Narlı

payment payu alu token v2

24/08 2017

0.1.3

0.1.3.0

Payunun resmi olarak sunduğu kütüphanesinde olmayan temel özellikler

  Sources   Download

Apache2

The Requires

 

The Development Requires

by İlkay Narlı

payment payu alu token v2

22/08 2017

0.1.2

0.1.2.0

Payunun resmi olarak sunduğu kütüphanesinde olmayan temel özellikler

  Sources   Download

Apache2

The Requires

 

The Development Requires

by İlkay Narlı

payment payu alu token v2

21/08 2017

0.1.1

0.1.1.0

Payunun resmi olarak sunduğu kütüphanesinde olmayan temel özellikler

  Sources   Download

Apache2

The Requires

 

The Development Requires

by İlkay Narlı

payment payu alu token v2

20/08 2017

0.1.0

0.1.0.0

Payunun resmi olarak sunduğu kütüphanesinde olmayan temel özellikler

  Sources   Download

Apache2

The Requires

 

The Development Requires

by İlkay Narlı

payment payu alu token v2