Download the PHP package digital-link/saferpay-bundle without Composer
On this page you can find all versions of the php package digital-link/saferpay-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download digital-link/saferpay-bundle
More information about digital-link/saferpay-bundle
Files in digital-link/saferpay-bundle
Download digital-link/saferpay-bundle
More information about digital-link/saferpay-bundle
Files in digital-link/saferpay-bundle
Vendor digital-link
Package saferpay-bundle
Short Description Saferpay payment service library for symfony
License MIT
Package saferpay-bundle
Short Description Saferpay payment service library for symfony
License MIT
Please rate this library. Is it a good library?
Informations about the package saferpay-bundle
PaymentSaferpayBundle
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
All versions of saferpay-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
digital-link/saferpay Version 2.*
symfony/config Version >=2.1.0,<3.0
symfony/dependency-injection Version >=2.1.0,<3.0
symfony/http-kernel Version >=2.1.0,<3.0
digital-link/saferpay Version 2.*
symfony/config Version >=2.1.0,<3.0
symfony/dependency-injection Version >=2.1.0,<3.0
symfony/http-kernel Version >=2.1.0,<3.0
The package digital-link/saferpay-bundle contains the following files
Loading the files please wait ....