PHP Package: jschaedl/iban-validation
PHP library for validating International Bank Account Numbers (IBANs) with ease and efficiency, ensuring compliance with global banking standards.
Package Description
The iban-validation PHP library simplifies the process of validating IBANs by providing a reliable solution that adheres to international banking regulations. With this library, developers can effortlessly verify IBANs, ensuring accurate transactions and compliance with financial institutions worldwide. This tool is essential for applications dealing with cross-border payments, ensuring data integrity and security throughout the transaction process.
Download Latest Version: 2.6.0

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/jschaedl/iban-validation/2.6.0/loader.php';
require_once 'libs/php/php/{lib_version}/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
use jschaedl\IBAN\Validator;
$obj = new Validator();
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.