PHP code example of pablorsk / cbu-validator-php
1. Go to this page and download the library: Download pablorsk/cbu-validator-php 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/ */
pablorsk / cbu-validator-php example snippets
if (Cbu::isValid('1111111111111'))
echo 'CBU correcto';
else
echo 'CBU incorrecto';
// print "BANCO SANTANDER RIO S.A."
echo Cbu::getBankName('0720321188000033530000');