PHP Package: globalcitizen/php-iban
PHP library for International Bank Account Number (IBAN) validation and generation.
Package Description
PHP-IBAN is a comprehensive library for handling IBAN validation, generation, and conversion. It provides easy-to-use methods for working with IBANs in PHP applications, ensuring compliance with international banking standards. With PHP-IBAN, developers can streamline financial data processing and enhance the accuracy of transactions.
Download Latest Version: 4.2.3

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/globalcitizen/php-iban/4.2.3/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/symfony/polyfill-mbstring/1.33.0/loader.php';
use Globalcitizen\Iban\Iban;
use Globalcitizen\Iban\IbanException;
$obj = new Iban();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.