PHP code example of olakunlevpn / address-validator

1. Go to this page and download the library: Download olakunlevpn/address-validator 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/ */

    

olakunlevpn / address-validator example snippets


use olakunlevpn\AddressValidator\Validation;

$validator = Validation::make('BTC');
var_dump($validator->validate('3B7WN6x3Z54UC94E224hMFpo2cUUACgTUK'));