2017 © Pedro Peláez
 

library php-stuzza-eps-banktransfer

Stuzza e-payment standard implementation for PHP

image

hakito/php-stuzza-eps-banktransfer

Stuzza e-payment standard implementation for PHP

  • Sunday, December 3, 2017
  • by hakito
  • Repository
  • 3 Watchers
  • 10 Stars
  • 4,076 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 4 Versions
  • 16 % Grown

The README.md

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

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/, (*2)

Installation

Create a copy of these folders in your project:, (*3)

  • src
  • tests
  • XSD

Or use composer:, (*4)

composer require hakito/php-stuzza-eps-banktransfer

Usage

Look at the following files in the sample folder:, (*5)

  • eps_start.php
  • eps_confirm.php

To run the tests, go to the parent folder of tests and execute:, (*6)

phpunit

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., (*7)

use at\externet\eps_bank_transfer\SoCommunicator;
$soCommunicator = new SoCommunicator();
// $soCommunicator->BaseUrl == SoCommunicator::LIVE_MODE_URL;
$soCommunicator = new SoCommunicator(true);
// $soCommunicator->BaseUrl == SoCommunicator::TEST_MODE_URL;
// You can also set BaseUrl to a custom endpoint.

Because of this change the URL parameter has been removed for the functions:, (*8)

  • 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., (*9)

The Versions

03/12 2017

dev-master

9999999-dev https://github.com/hakito/PHP-Stuzza-EPS-BankTransfer

Stuzza e-payment standard implementation for PHP

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

payments eps bank transfer stuzza

22/12 2016

v1.3.0

1.3.0.0 https://github.com/hakito/PHP-Stuzza-EPS-BankTransfer

Stuzza e-payment standard implementation for PHP

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

payments eps bank transfer stuzza

23/04 2015

v1.2.1

1.2.1.0 https://github.com/hakito/PHP-Stuzza-EPS-BankTransfer

Stuzza e-payment standard implementation for PHP

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

payments eps bank transfer stuzza

19/02 2015

v1.2.0

1.2.0.0 https://github.com/hakito/PHP-Stuzza-EPS-BankTransfer

Stuzza e-payment standard implementation for PHP

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

payments eps bank transfer stuzza