ikanc / binlist

a BIN/IIN fetcher from binlist.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a BIN/IIN fetcher from binlist.net

License:MIT License


Languages

Language:PHP 100.0%