PHP code example of davidvandertuijn / iban

1. Go to this page and download the library: Download davidvandertuijn/iban library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

davidvandertuijn / iban example snippets


use Davidvandertuijn\Iban;

Iban::toHumanFriendly('NL02ABNA0123456789'); // NL02 ABNA 0123 4567 89

Iban::validate('NL02ABNA0123456789'); // true