Is a php payment sdk
V3sdk requires PHP version 7 or greater
Install the latest version with
$ composer require lianlian_acquiring/sdkv3
Make sure you have the composer bin dir in your PATH. The default value is ~/.composer/vendor/bin/
, but you can check the value that you need to use by running composer global config bin-dir --absolute
.
{
"require": {
"lianlian_acquiring/sdkv3": "1.0.*"
}
}
licensed under the Apache-2.0 License