globalcitizen / php-iban

Generate, parse, validate, error-correct and present IBAN (and IIBAN) bank account information in PHP.
GNU Lesser General Public License v3.0
474 stars 109 forks source link

Check for EU/EFTA/Other Countries #113

Closed julianpollmann closed 3 years ago

julianpollmann commented 3 years ago

It would be nice, if a check for non-eu countries could be implemented. Similar to the function iban_country_is_sepa() to check if a iban belongs to a EU country or non-eu (e.g. Switzerland, Norway, Andorra).

globalcitizen commented 3 years ago

OK. I am very unlikely to find time to add new features to this codebase in the near future. Contributions are welcome!

globalcitizen commented 3 years ago

Available in Version 4.1.0. Thanks.