davidvandertuijn / iban
国际银行账户号码(IBAN)验证器
2.1
2022-03-07 19:50 UTC
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2024-09-29 13:04:02 UTC
README
国际银行账户号码(IBAN)验证器是一个旨在确保在国际银行交易中使用的IBAN准确性和有效性的重要工具。随着全球化和跨境贸易日益普遍,拥有一种可靠的验证IBAN的机制以防止错误、欺诈和金融交易延误至关重要。
安装
composer require davidvandertuijn/iban
用法
use Davidvandertuijn\Iban;
toHumanFriendly
Iban::toHumanFriendly('NL02ABNA0123456789'); // NL02 ABNA 0123 4567 89
Validate
Iban::validate('NL02ABNA0123456789'); // true