Bav icon indicating copy to clipboard operation
Bav copied to clipboard

BAV is a Bank Account (Konto) Validator written in PHP. It provides classes which can be easily integrated into existing projects to validate german bank accounts. Its database is arbitrary, so you ar...

Results 1 Bav issues
Sort by recently updated
recently updated
newest added

I did the following: ``` php $bav = Bav::DE(); $bank = $bav->getBank('38651390'); ``` This triggers the following Exception: ``` Fatal error: Uncaught exception 'LogicException' with message 'Start and end should...