ikanc/binlist

There is no license information available for the latest version (1.0.2) of this package.

a BIN/IIN fetcher from binlist.net

1.0.2 2015-12-13 11:36 UTC

This package is not auto-updated.

Last update: 2025-07-09 12:52:17 UTC


README

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