A PHP implementation for IBAN value object.
// Generate a Spanish IBAN
$iban = Iban::fromString('ES7809895990446462241825');
PHP is required to be compiled with "--enable-bcmath" for some arbitrary precision mathematic checks (IBAN & BBAN).
$ git clone [email protected]:xafardero/generate-iban.git
Require the latest version of xafardero/generate-iban
with Composer
$ composer require xafardero/generate-iban