PHP code example of nzmacat / php-ibanka
1. Go to this page and download the library: Download nzmacat/php-ibanka 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/ */
nzmacat / php-ibanka example snippets
if(Ibanka\Iban::dogru("TR18 0001 0000 2029 5163 9550 02")) {
echo "Iban geçerli";
};
$data = Ibanka\Iban::bak("TR18 0001 0000 2029 5163 9550 02");
print_r($data);