Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 526 Bytes

File metadata and controls

26 lines (22 loc) · 526 Bytes

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