jschaedl / Iban

[Deprecated] Validating and generating international :bank: bank account numbers (IBAN)
MIT License
61 stars 25 forks source link

Reimplement the Iban validation #33

Closed jschaedl closed 3 years ago

jschaedl commented 7 years ago

Introduce a new Iban Validator class which is responsible for Iban validation and gives the user more detailed information on Validation Errors. Consider to introduce localised error message.

The new interface should look like this:

$validator = new IbanValidator(); $errors = $validator->validate($iban);