Skip to content

ikanc/binlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binlist

Binlist is a an integration package with Binlist.net for Laravel.

To install Binlist, use composer:

$ composer require ikanc/binlist 

or add "ikanc/binlist": "1.*" under require in app.php

To get a specific BIN/IIN, use the following example (458011):

$_bin = Binlist::get('458011')->getData();
if ($_bin) {
 // Do something with the returned object
}

Version

  • Version 1.0.1

Contact

Developer/Company