Registry / utility / globalcitizen-php-iban

globalcitizen-php-iban

JSON →
library4.2.3phppackagistunverified

Library for parsing and validating IBAN (and IIBAN) bank account information.

composer require globalcitizen/php-iban
INSTALL
IMPORT
SIG · GLOBALCITIZEN-PHP-
G
globalcitizen-php-iban
utilityphpv4.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Iban
use GlobalCitizen\Iban\Iban;

Validate an IBAN number.

use GlobalCitizen\Iban\Iban; $iban = new Iban('GB82WEST12345698765432'); if ($iban->validate()) { echo 'Valid IBAN'; }
Debug
Known issues
gotchaIBAN validation may be slow for large batches due to country-specific checks.
fix
Cache validation results or use batch processing.
affects: >=4.0.0
Upgrade
Version history
4.2.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
globalcitizen-php-iban — pip install globalcitizen-php-iban · libregistry