PHP code example of devinpearson / binlist

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

    

devinpearson / binlist example snippets


DevinPearson\BinList\BinListServiceProvider::class,

'BinList' => DevinPearson\BinList\Facades\BinList::class,

try {
    BinList::check($binNumber);
} catch (\DevinPearson\BinList\BinListException $exception) {
    // do something with exception
}