Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Note that this process can take several weeks.
First you receive your registration number **after a couple days, but then you have to wait anywhere between 0 and 8+ weeks**
for the registration to reach your bank's server. If you have multiple banks, it probably reaches them at different times.

Further prerequisites:
- to avoid error messages like: "Cannot use nemiah/php-fints's latest version 4.0.0 as it requires ext-mbstring * which is missing
from your platform." just install php-mbstring in advance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then add it as a dependency to composer.json

- to avoid error messages like "As there is no 'unzip' nor '7z' command installed zip files are being unpacked using the PHP
zip extension." just install unzip or 7z in advance to coninuing to next step.


Then install the library via [composer](https://getcomposer.org/download/):

```
Expand Down