Download the PHP package knusperleicht/eps-bank-transfer without Composer

On this page you can find all versions of the php package knusperleicht/eps-bank-transfer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package eps-bank-transfer

EPS Bank Transfer (knusperleicht/eps-bank-transfer)

Tests Latest Stable Version Total Downloads PHP Version Support

A PHP library for integrating the Austrian EPS bank transfer (PSA, specification v2.6, with preparation for v2.7). It helps you start EPS payments, handle the confirmation (callback/return), and trigger refunds (full or partial). Note on origins: This project was initially based on hakito/php-stuzza-eps-banktransfer. The codebase was rewritten but has the same core functionality. Credit to the original authors for the concept and initial implementation.

Links:

Installation

Install via Composer:

What is this library for?

The library wraps the required requests/responses generated from the official XSD schemas and provides PSR-compatible HTTP communication.

Quick start

Check the examples in the samples/ folder:

Basic configuration (Test/Live)

The SoCommunicator provides endpoint URLs as constants: TEST_MODE_URL for test environments and LIVE_MODE_URL for production usage. Choose the appropriate URL for your environment.

Example:

Typical flow

  1. Get bank list (optional): Show available banks to the user.
  2. Start payment: Create the start request with amount, currency, order ID, and return URLs.
  3. User is redirected to the bank/e-banking.
  4. Process callback/return: Validate status, amount, order ID; update your order status.
  5. Optional: Perform a refund.

The examples under samples/ demonstrate this end-to-end flow.

Security and limitations

Generated classes from XSD (background & generation)

Requests/responses are generated from the official XSD schemas. This ensures type safety and compatibility with the EPS standard. If schemas change or you need adjustments, you can regenerate the PHP classes:

Tests

PHPUnit is configured. Run:

License

Apache-2.0 – see LICENSE.

Credits


All versions of eps-bank-transfer with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3.0
psr/http-client Version ^1.0
psr/http-message Version ^2.0
psr/http-factory Version ^1.0
ext-simplexml Version *
ext-dom Version *
ext-libxml Version *
jms/serializer Version ^3.24
symfony/yaml Version ^5.4 || ^6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package knusperleicht/eps-bank-transfer contains the following files

Loading the files please wait ...