digital-link/saferpay-bundle
最新稳定版本:2.0.7
Composer 安装命令:
composer require digital-link/saferpay-bundle
包简介
Saferpay payment service library for symfony
README 文档
README
A simple inofficial implementation of the saferpay payment service as a symfony bundle.
installation
composer.json
{
"require": {
"payment/saferpay-bundle": "2.*"
}
}
app/AppKernel.php
new Payment\Bundle\SaferpayBundle\PaymentSaferpayBundle(),
app/config/config.yml (Full config dump - no need to setup this, default values are set)
payment_saferpay:
logger:
serviceid: logger
httpclient:
serviceid: payment.saferpay.httpclient.buzz
payinitparameter:
serviceid: payment.saferpay.payinitparameter.default
data:
accountid: ~ # insert here your accountid (test-account: 99867-94913159)
amount: ~
currency: ~
description: ~
orderid: ~
vtconfig: ~
successlink: ~
faillink: ~
backlink: ~
notifyurl: ~
autoclose: ~
ccname: ~
notifyaddress: ~
usernotify: ~
langid: ~
showlanguages: ~
paymentmethods: ~
duration: ~
cardrefid: ~
delivery: ~
appearance: ~
address: ~
company: ~
gender: ~
firstname: ~
lastname: ~
street: ~
zip: ~
city: ~
country: ~
email: ~
phone: ~
usage
controller
统计信息
- 总下载量: 82
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-05