Download the PHP package moay/php-fints-database without Composer
On this page you can find all versions of the php package moay/php-fints-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moay/php-fints-database
More information about moay/php-fints-database
Files in moay/php-fints-database
Package php-fints-database
Short Description Provides a database of german banks with fints settings
License MIT
Informations about the package php-fints-database
PHP FinTS Database
This repo intends to provide a quick and easy database to search for FinTS/HBCI capabilities and specifications of German banks.
Please be aware that the entire library is provided as is without any warranty of any kind. We don't guarantee completeness or correctness of the contained data. Use on your own risk.
Setup
The package can be installed via composer:
composer require moay/php-fints-database
There will be chances related to the bank specifications, make sure to update the package every once in a while. New versions will be released when specifications change.
Usage
In order to provide a quick way to search for banks and get them, two methods are recommended:
Searching
If you wanted to search for the bank 'DBK', you could do all of those:
You will always get an array of banks that match your query.
Getting bank details
There is a wide range of possibly supported security mechanisms. You can check for:
- pinTan
- ddv
- rdh1
- rdh2
- rdh3
- rdh4
- rdh5
- rdh6
- rdh7
- rdh8
- rdh9
- rdh10
- rah7
- rah9
- rah10
Advanced usage
You can use the library directly and have some more search options or even provide your own database of banks.
Advanced search
Custom database
Make sure to have your database fit the default layout. You can find the raw database here.