PHP Package: globalcitizen/php-iban

PHP library for International Bank Account Number (IBAN) validation and generation.

Current Version: 4.2.3
Last Updated: 2024-03-25
PHP Requirement: ^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.4 || ^8.0 || ^8.1
Dependencies:
phpunit/phpunit
symfony/polyfill-mbstring
⚠️ To ensure full functionality, the above dependencies might be required.

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.

🔗 View on GitHub

Download Latest Version: 4.2.3

Download Download v4.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.