davidvandertuijn / iban
International Bank Account Number (IBAN) Validator
2.1.1
2024-10-02 14:53 UTC
Requires
- php: >=7.0.0
- ext-bcmath: *
README
The International Bank Account Number (IBAN) Validator is an essential tool designed to ensure the accuracy and validity of IBANs used in international banking transactions. With globalization and cross-border trade becoming increasingly prevalent, it is crucial to have a reliable mechanism for verifying IBANs to prevent errors, fraud, and delays in financial transactions.
Install
composer require davidvandertuijn/iban
Usage
use Davidvandertuijn\Iban;
toHumanFriendly
Iban::toHumanFriendly('NL02ABNA0123456789'); // NL02 ABNA 0123 4567 89
Validate
Iban::validate('NL02ABNA0123456789'); // true