dukenicols / payulatam-php-sdk
PayU Latam PHP Library
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/dukenicols/payulatam-php-sdk
Requires
- php: >=5.6.4
- ext-curl: *
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-12-29 19:38:59 UTC
README
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:
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.