ZF-3258: Adding validation for IBAN bank account numbers
Description
Adding validation of International Bank Account Number (IBAN) would be a nice feature, since it is being used at least in the whole of Europe.
http://en.wikipedia.org/wiki/IBAN
PEAR holds a Validate_Finance module which implements it.
http://pear.php.net/package/Validate_Finance http://cvs.php.net/viewvc.cgi/pear/…
Comments
Posted by Wil Sinclair (wil) on 2008-06-08T07:24:21.000+0000
The question is whether this falls under 80 in the 80/20 rule.
Posted by Henrik Weckström (flc) on 2008-06-09T04:50:27.000+0000
In my view, it falls in the same category as Barcode EAN/UPC. That is why I proposed an implementation.
Posted by Thomas Weidner (thomas) on 2008-12-08T02:23:17.000+0000
It falls under the 80 because the IBAN (International Bank Account Number) is always used when you have to transfer money from one country to another country.
It's for international money transactions. And therefor it will of course also be implemented.
Posted by Thomas Weidner (thomas) on 2008-12-23T15:15:05.000+0000
Component added with r13454 to incubator. It awaits code review and will probably be added to core with the next release.
Posted by Thomas Weidner (thomas) on 2009-01-07T10:50:50.000+0000
New validator added with r13539