beastbytes / iban-helper
国际银行账户号码助手方法
v1.0.0
2023-07-06 20:45 UTC
Requires
- php: ^8.0
Requires (Dev)
- beastbytes/iban-data-php: 1.0
- consolidation/robo: ^4.0
- phpunit/phpunit: ^10.0
- roave/infection-static-analysis-plugin: ^1.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.0
This package is auto-updated.
Last update: 2024-09-06 23:05:51 UTC
README
提供ISO 13616-1:2007 国际银行账户号码(IBAN)的助手方法。
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一
php composer.phar require --prefer-dist beastbytes/iban-helper
或
"beastbytes/iban-helper": "^1.0"
将以下内容添加到您的composer.json文件的require部分。
还需要实现IbanDataInterface,例如beastbytes/iban-data-php