PHPackages                             devinpearson/binlist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. devinpearson/binlist

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

devinpearson/binlist
====================

Easy package for using binlist in laravel.

v1.0.2(6y ago)12.0k3MITPHPPHP &gt;=7.1.3

Since Dec 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/devinpearson/binlist)[ Packagist](https://packagist.org/packages/devinpearson/binlist)[ RSS](/packages/devinpearson-binlist/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (8)Versions (4)Used By (0)

Wrapper for BinList.net
=======================

[](#wrapper-for-binlistnet)

[![Latest Stable Version](https://camo.githubusercontent.com/4b969b4764e5c4da19a67588e22422a817610de734f4f9e4d0a085b4d0f59150/68747470733a2f2f706f7365722e707567782e6f72672f646576696e70656172736f6e2f62696e6c6973742f762f737461626c65)](https://packagist.org/packages/devinpearson/binlist)[![Latest Unstable Version](https://camo.githubusercontent.com/9c476742659373dd3b9e7bb19a0ca3538dab1a598bd87668ad4c1d3ecbcfed38/68747470733a2f2f706f7365722e707567782e6f72672f646576696e70656172736f6e2f62696e6c6973742f762f756e737461626c65)](https://packagist.org/packages/devinpearson/binlist)[![License](https://camo.githubusercontent.com/c320bc766da7a06078a22d6db9d1f88a2390493d80c53c3d99fe41c2c06c4550/68747470733a2f2f706f7365722e707567782e6f72672f646576696e70656172736f6e2f62696e6c6973742f6c6963656e7365)](https://packagist.org/packages/devinpearson/binlist)[![composer.lock](https://camo.githubusercontent.com/09be18bc09f96b0b9e9276e5b71aa1e5e4dc78684fc7b857278245dc2bab7369/68747470733a2f2f706f7365722e707567782e6f72672f646576696e70656172736f6e2f62696e6c6973742f636f6d706f7365726c6f636b)](https://packagist.org/packages/devinpearson/binlist)[![Build Status](https://camo.githubusercontent.com/86dfcfebf996bb50620df26e8b9712700e2b1731cc73fbefff24c173a80499bf/68747470733a2f2f7472617669732d63692e6f72672f646576696e70656172736f6e2f62696e6c6973742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/devinpearson/binlist)[![StyleCI](https://camo.githubusercontent.com/e8be3272cafa2a2e526c524574f05e13bb3c49fc03c91369a53c12a2a9ce39c0/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3136323937363639342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/162976694)[![Code Coverage](https://camo.githubusercontent.com/8caaf83e753bd253a2e35a1d022a4c2d20654995379d17fa40dd0c8793717249/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646576696e70656172736f6e2f62696e6c6973742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/devinpearson/binlist/?branch=master)

A simple wrapper for checking binlist codes via binlist.net and formats the results in to type hinted objects so it makes it easier to work and reference the results.

Installing
==========

[](#installing)

Add the dependency to your project:

```
composer require devinpearson/binlist
```

### Laravel 5.5+:

[](#laravel-55)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
DevinPearson\BinList\BinListServiceProvider::class,
```

If you want to use the facade to log messages, add this to your facades in app.php:

```
'BinList' => DevinPearson\BinList\Facades\BinList::class,
```

Usage
-----

[](#usage)

```
try {
    BinList::check($binNumber);
} catch (\DevinPearson\BinList\BinListException $exception) {
    // do something with exception
}
```

Features
--------

[](#features)

- creates an easy to use facade for binlist.net

Requirements
============

[](#requirements)

- PHP 7.1+
- PHPUnit is required to run the unit tests
- Composer is required to run the unit tests

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~83 days

Total

3

Last Release

2532d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c0e21886f9d87e5fe2bd1a32041d964b298c604a5b46a3ad57fecdab4a89417?d=identicon)[DevinPearson](/maintainers/DevinPearson)

---

Top Contributors

[![devinpearson](https://avatars.githubusercontent.com/u/1645428?v=4)](https://github.com/devinpearson "devinpearson (29 commits)")

---

Tags

laravelpackagebinlist

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/devinpearson-binlist/health.svg)

```
[![Health](https://phpackages.com/badges/devinpearson-binlist/health.svg)](https://phpackages.com/packages/devinpearson-binlist)
```

###  Alternatives

[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[gallib/laravel-short-url

A Laravel package to shorten urls

16516.4k](/packages/gallib-laravel-short-url)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
