Documentation in Russian.
You can install the library via Composer. Add this to your composer.json:
{
"require": {
"payu/alu-client": "1.*"
}
}
Then install via:
composer install
To use the library, include Composer's autoload:
require_once('vendor/autoload.php');
Obtain the latest version of the PayU Automatic Live Update Client Library with:
git clone https://github.com/PayU/alu-client-php.git
To use the Library, add the following to your PHP script:
require_once("/path/to/payu/alu-client/src/init.php");
You can find usage examples in the examples directory: