2017 © Pedro Peláez
 

library payulatam-php-sdk

PayU Latam PHP Library

image

dukenicols/payulatam-php-sdk

PayU Latam PHP Library

  • Monday, January 9, 2017
  • by dukenicols
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

PayU Latam PHP bindings

Build Status Latest Stable Version Total Downloads License Code Coverage, (*1)

You can sign up for a PayU Latam account at https://payulatam.com., (*2)

Requirements

PHP 5.6.2 and later., (*3)

Composer

You can install the bindings via Composer. Run the following command:, (*4)

composer require dukenicols/payulatam-php-sdk

To use the bindings, use Composer's autoload:, (*5)

require_once('vendor/autoload.php');

Manual Installation

If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file., (*6)

require_once('/path/to/payulatam-php-sdk/init.php');

Dependencies

The bindings require the following extension in order to work properly:, (*7)

  • curl, although you can use your own non-cURL client if you prefer
  • json
  • mbstring (Multibyte String)

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available., (*8)

The Versions

09/01 2017

dev-master

9999999-dev http://developers.payulatam.com/

PayU Latam PHP Library

  Sources   Download

MIT

The Requires

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

 

The Development Requires

api payment processing payu payulatam