适用于Signedpay支付网关的PHP API SDK
github.com/ypppa/signedpay-api
源代码
问题
安装次数: 8,962
依赖项: 0
推荐者: 0
安全性: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 36be2b64951211e5244627963d86c2ebb0fbde82
This package is not auto-updated.
Last update: 2020-02-04 14:02:55 UTC
此库提供了SignedPay支付网关的基本API选项。
$ composer require signedpay/api
{ "require": { "signedpay/api": "~1.0" } }
<?php use Signedpay\API\Api; $api = new Api('YourMerchantId', 'YourPrivateKey'); $response = $api->charge(['SomePaymentAttributes from API reference']);