/AllPayAioSDK

This project is deprecated. Please use https://github.com/tzhuan/allpay-php instead.

Primary LanguagePHP

Deprecated

This project is deprecated. Please use tzhuan/allpay-php instead.

Allpay/all-in-one

Composer package for allpay's SDK

Installation

Add the following lines to your composer.json and run composer install.

"repositories": [
    {  
        "type": "vcs",
        "url": "https://github.com/tzhuan/AllPayAioSDK"
    }
],
"require": {
    "allpay/all-in-one": "1.0.*"
}

Usage

require 'vendor/autoload.php';
$aio = new AllInOne();

See 歐付寶全方位金流SDK技術文件.pdf for more information.