jschaedl / iban-validation

:bank: A small library for validating International Bank Account Numbers (IBANs)
MIT License
90 stars 19 forks source link

Get the bank code part #30

Closed sdecandelario closed 4 years ago

sdecandelario commented 4 years ago

Hello, I think it's interesting the funcion that you can get the bank code of an iban for example to know the bank of the account and can associate with a table of banks that you have or whatever, what do you think?

jschaedl commented 4 years ago

Hi @sdecandelario.

Are you looking for something like this https://github.com/jschaedl/Bav ?

sdecandelario commented 4 years ago

@jschaedl yes I think something similar, but i need to be valid for any account not only germany. I used this (https://github.com/globalcitizen/php-iban/blob/master/php-iban.php#L191), but I don't like so much how this library is made