davidvandertuijn / iban
International Bank Account Number (IBAN) Validator
Installs: 3 031
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
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