payment / saferpay-bundle
Saferpay payment service library for symfony
Installs: 7 693
Dependents: 0
Suggesters: 1
Security: 0
Stars: 3
Watchers: 3
Forks: 6
Open Issues: 4
Type:symfony-bundle
Requires
- php: >=5.3.3
- payment/saferpay: 2.*
- symfony/config: >=2.1.0,<3.0
- symfony/dependency-injection: >=2.1.0,<3.0
- symfony/http-kernel: >=2.1.0,<3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
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: ~