Download the PHP package hakito/php-stuzza-eps-banktransfer without Composer
On this page you can find all versions of the php package hakito/php-stuzza-eps-banktransfer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hakito/php-stuzza-eps-banktransfer
More information about hakito/php-stuzza-eps-banktransfer
Files in hakito/php-stuzza-eps-banktransfer
Package php-stuzza-eps-banktransfer
Short Description Stuzza e-payment standard implementation for PHP
License GPL-2.0
Homepage https://github.com/hakito/PHP-Stuzza-EPS-BankTransfer
Rated 4.00 based on 1 reviews
Informations about the package php-stuzza-eps-banktransfer
PHP-Stuzza-EPS-BankTransfer
PHP implementation of the Austrian e-payment standard "eps" (Version 2.6), specified by Stuzza. See http://www.stuzza.at/de/component/k2/item/23-eps-ueberweisung.html or http://www.eps-ueberweisung.at/
Installation
Create a copy of these folders in your project:
- src
- tests
- XSD
Or use composer:
Usage
Look at the following files in the sample folder:
- eps_start.php
- eps_confirm.php
To run the tests, go to the parent folder of tests and execute:
Migration from v1.x
In v2.0 the SoCommunicator uses a common base URL for ApiCalls. This is set per default to SoCommunicator::LIVE_MODE_URL in the constructor.
Because of this change the URL parameter has been removed for the functions:
- TryGetBanksArray
- GetBanksArray
- GetBanks
Remarks
The current implementation does not support XML certificates and signing. Make sure that the confirmation url is not easily guessable. Think about adding unique security parameters to the confirmation url for every transaction.