Skip to content

Commit 568d2fa

Browse files
committed
Add (Premium) Dummy EBICS Server for testing
1 parent 12f8882 commit 568d2fa

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ Get your <a href="https://sites.google.com/view/ebics-api-client" target="_blank
1919
Explore the <a href="https://tinyurl.com/safe-ebics" target="_blank">DEMO</a> to see if it meets your needs.
2020
Ideal for fintechs, ERPs, payment processors, and enterprises needing a robust EBICS integration.
2121

22+
### (Premium) Dummy EBICS Server
23+
24+
| Key | Value |
25+
|----------------|-------------------------------------|
26+
| **URL** | https://localhost/ebics-server-stub |
27+
| **Host ID** | EBICSSTUB |
28+
| **Partner ID** | P07 |
29+
| **User ID** | U07 |
30+
2231
## License
2332

2433
ebics-api/ebics-client-php is licensed under the MIT License, see the LICENSE file for details

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ebics-api/ebics-client-php",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"type": "library",
55
"description": "PHP library to communicate with bank through EBICS protocol.",
66
"keywords": [

0 commit comments

Comments
 (0)