payu/alu-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

payu/alu-client

最新稳定版本:v1.3.0

Composer 安装命令:

composer require payu/alu-client

包简介

Automatic Live Update Client

README 文档

README

Travis CI Latest Stable Version Total Downloads License

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

统计信息

  • 总下载量: 260.59k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 26
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 25
  • Watchers: 19
  • Forks: 21
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2014-09-29