Skip to content

Diverently/iban-info

Repository files navigation

Get BIC and bank name from IBAN

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Get the BIC and bank name for a given IBAN. This package currently only works for german banks.

Installation

You can install the package via composer:

composer require diverently/iban-info

You can publish the config file with:

php artisan vendor:publish --tag="iban-info-config"

This is the contents of the published config file:

return [
];

Usage

$ibanInfo = new Diverently\IbanInfo();
echo $ibanInfo->echoPhrase('Hello, Diverently!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Languages