Download the PHP package marshmallow/iban without Composer
On this page you can find all versions of the php package marshmallow/iban. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marshmallow/iban
More information about marshmallow/iban
Files in marshmallow/iban
Download marshmallow/iban
More information about marshmallow/iban
Files in marshmallow/iban
Vendor marshmallow
Package iban
Short Description With this package you will be able to check iban numbers and get BIC information.
License MIT
Homepage https://github.com/Marshmallow-Development/
Package iban
Short Description With this package you will be able to check iban numbers and get BIC information.
License MIT
Homepage https://github.com/Marshmallow-Development/
Please rate this library. Is it a good library?
Informations about the package iban
IBAN
Package to validate IBAN and get BIC information.
Installing
Validate IBAN
Call \Marshmallow\IBAN\IBAN::validate($iban)
to check if the provided iban is valid. This function will return true|false
.
Get account number
Call \Marshmallow\IBAN\IBAN::getBankAccount($iban)
to get the bank account number. If the IBAN is not valid, it will return null
.
Get BIC from IBAN
Call \Marshmallow\IBAN\IBAN::getBic($iban)
to get the BIC code for this iban number. An array
will be returned if we can match it. If not, null
will be returned.
Tests during development
php artisan test packages/marshmallow/iban
All versions of iban with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0|^8.0
The package marshmallow/iban contains the following files
Loading the files please wait ....