PayU-EMEA / alu-client-php

Automatic Live Update Client
https://secure.payu.ro/docs/alu/v3/
25 stars 22 forks source link

PayU Automatic Live Update Client Library

Travis CI Latest Stable Version Total Downloads License

Documentation in Russian.

Prerequisites

Composer

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');

Manual Installation

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");

Getting Started

You can find usage examples in the examples directory: