2017 © Pedro Peláez
 

library payu-php-sdk

Payu payment gateway SDK for PHP projects

image

devsdmf/payu-php-sdk

Payu payment gateway SDK for PHP projects

  • Tuesday, May 30, 2017
  • by devsdmf
  • Repository
  • 1 Watchers
  • 1 Stars
  • 738 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 43 % Grown

The README.md

PayU SDK for PHP

This is a SDK for PHP projects that provides a friendly and easy interface to integrate your application with the PayU payment gateway API., (*1)

This library provides a wrapper for the available API objects and a client to perform the requests., (*2)

Installation

$ composer require devsdmf/payu-php-sdk

Usage

The basic usage of the library is:, (*3)


// importing the libraries use PayU\PayU, PayU\Merchant\Credentials, PayU\Transaction\Transaction; // creating a credentials instance $credentials = Credentials::factory('myKey','myLogin'); // creating a new PayU client instance $payU = PayU::factory(PayU::LANGUAGE_ENGLISH); // configuring the client $payU->setCredentials($credentials); $payU->setMerchantId('myMerchantId'); $payU->setNotifyUrl('http://foo.bar/notifications/payu'); $transaction = new Transaction(); // ... configuring the transaction object // performing the transaction $response = $payU->doPayment($transaction); // check if the payment was approved $response->isApproved(); // getting order status $response = $payU->getOrderById('orderId'); // getting the response payload $data = $response->getPayload();

API and Developers Documentation

Soon, (*4)

Tests

$ composer install --dev
$ ./vendor/bin/phpunit

License

This library is licensed under the MIT License., (*5)

The Versions

30/05 2017

dev-develop

dev-develop

Payu payment gateway SDK for PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes

payment gateway sdk payu

30/05 2017

dev-master

9999999-dev

Payu payment gateway SDK for PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes

payment gateway sdk payu

30/05 2017

1.0.2

1.0.2.0

Payu payment gateway SDK for PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes

payment gateway sdk payu

03/03 2017

1.0.1

1.0.1.0

Payu payment gateway SDK for PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes

payment gateway sdk payu

20/02 2017

1.0.0

1.0.0.0

Payu payment gateway SDK for PHP projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Mendes

payment gateway sdk payu