ikanc / binlist
a BIN/IIN fetcher from binlist.net
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ikanc/binlist
Requires
- php: >=5.3.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2025-12-24 15:00:11 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
- Homepage: http://www.net-comet.com
- e-mail: ika@net-comet.com