Get the BIC and bank name for a given IBAN. This package currently only works for german banks.
You can install the package via composer:
composer require diverently/iban-infoYou can publish the config file with:
php artisan vendor:publish --tag="iban-info-config"This is the contents of the published config file:
return [
];$ibanInfo = new Diverently\IbanInfo();
echo $ibanInfo->echoPhrase('Hello, Diverently!');composer testPlease see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.