This project is deprecated. Please use tzhuan/allpay-php instead.
Composer package for allpay's SDK
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.*"
}
require 'vendor/autoload.php';
$aio = new AllInOne();
See 歐付寶全方位金流SDK技術文件.pdf
for more information.