PHP code example of pablorsk / bank-account-validator-venezuela
1. Go to this page and download the library: Download pablorsk/bank-account-validator-venezuela 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 / bank-account-validator-venezuela example snippets
if (BankAccountVe::isValid('111111111'))
echo 'CBU correcto';
else
echo 'CBU incorrecto';
// print "MERCANTIL"
echo BankAccountVe::getBankName('01050194697100000000');
bash
curl -sS https://getcomposer.org/installer | php