Skip to content

dukenicols/payulatam-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayU Latam PHP bindings

Build Status Latest Stable Version Total Downloads License Code Coverage

You can sign up for a PayU Latam account at https://payulatam.com.

Requirements

PHP 5.6.2 and later.

Composer

You can install the bindings via Composer. Run the following command:

composer require dukenicols/payulatam-php-sdk

To use the bindings, use Composer's autoload:

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.

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

Dependencies

The bindings require the following extension in order to work properly:

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages