Download the PHP package sevealex/alu-client without Composer
On this page you can find all versions of the php package sevealex/alu-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sevealex/alu-client
More information about sevealex/alu-client
Files in sevealex/alu-client
Download sevealex/alu-client
More information about sevealex/alu-client
Files in sevealex/alu-client
Vendor sevealex
Package alu-client
Short Description Automatic Live Update Client
License Apache-2.0
Package alu-client
Short Description Automatic Live Update Client
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package alu-client
PayU Automatic Live Update Client Library
Documentation in Russian.
Prerequisites
- PHP 5.6 and above
- curl extension with support for OpenSSL
- PHPUnit 4.8.0 for running test suite (Optional)
- Composer (Optional)
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:
- basicExample.php - Minimal requirements for order authorization via ALU protocol using Credit Card Information (If you are PCI DSS compliant)
- tokenPayment.php - Minimal requirements for order authorization via ALU protocol using Token
- threeDSReturn.php - Example of return from 3D Secure authorization and response
All versions of alu-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-curl Version *
ext-curl Version *
The package sevealex/alu-client contains the following files
Loading the files please wait ....