定制 hakito/php-stuzza-eps-banktransfer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hakito/php-stuzza-eps-banktransfer

Composer 安装命令:

composer require hakito/php-stuzza-eps-banktransfer

包简介

Stuzza e-payment standard implementation for PHP

README 文档

README

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License

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:

composer require hakito/php-stuzza-eps-banktransfer

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:

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.

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:

  • 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.

统计信息

  • 总下载量: 72.58k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 16
  • Watchers: 3
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2014-09-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固