PHPackages                             sealution/mac-resolver - 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. sealution/mac-resolver

ActiveLibrary

sealution/mac-resolver
======================

Laravel MAC Address detail resolver.

1.0.1(3y ago)014MITPHPPHP ^8.0

Since Nov 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sealution-io/mac-resolver)[ Packagist](https://packagist.org/packages/sealution/mac-resolver)[ Docs](https://github.com/sealution-io/mac-resolver)[ RSS](/packages/sealution-mac-resolver/feed)WikiDiscussions master Synced 1mo ago

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

mac-vendor-lookup
=================

[](#mac-vendor-lookup)

This PHP package allows you to get the information related to an IEEE OUI assignment from a Laravel application.

The **mac-resolver** package downloads the OUI mapping information in CSV format from the IEEE website. Then it processes the CSV files and later stores the OUI assignment details in tables in the database.

Install
-------

[](#install)

You can install the package via [composer](https://getcomposer.org/):

```
composer require sealution/mac-resolver
```

Then publish the assets with this command:

```
php artisan mac:install
```

After publishing the assets (config &amp; migrations), run `artisan migrate`:

```
php artisan migrate
```

Usage
-----

[](#usage)

### Get MAC Address details

[](#get-mac-address-details)

You can use "php artisan mac: details " in the console to get the vendor details as well as the OUI assignment details.

```
php artisan mac:details
```

```
php artisan mac:details  00-15-5D-81-E0-B0
```

```
 Vendor details
 ------------- ---------------------------------------------
  OUI           00155D
  MAC Address   00-15-5D-81-E0-B0
  Vendor        Microsoft Corporation
  Address       One Microsoft Way Redmond WA US 98052-8300
  Is Private    false
 ------------- ---------------------------------------------

 Block details
 ------------------- -------------------
  Registry            MA-L
  Assignment bits     2^24
  Block Size          16,777,216
  Lower MAC Address   00:15:5D:00:00:00
  Upper MAC Address   00:15:5D:FF:FF:FF
  Last Update         Unknown
 ------------------- -------------------

 MAC Address details
 --------------------- ----------------------------------------
  MAC Address           00-15-5D-81-E0-B0
  Administration byte   UAA (Universally Administered Address)
  Group byte            Individual address
  Virtual Machine       true
  Is Multicast          false
  Is Unicast            false
  Is Valid              true
 --------------------- ----------------------------------------

```

### Get vendor details

[](#get-vendor-details)

You can use "php artisan mac:vendor " in the console to get the vendor details associated with the OUI assignment.

```
php artisan mac:vendor
```

```
php artisan mac:vendor 00-15-5D-81-E0-B0
```

```
 ------------- -----------------------
  OUI           00155D
  MAC Address   00-15-5D-81-E0-B0
  Vendor        Microsoft Corporation
  Registry      MA-L
 ------------- -----------------------

```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security related issues, please open an issue on the GitHub repository(

Credits
-------

[](#credits)

- [Angel Campos](https://github.com/angelcamposm)
- [Anthony Vancauwenberghe](https://github.com/anthonyvancauwenberghe)

License
-------

[](#license)

The package Ping is open-source package and is licensed under The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~0 days

Total

4

Last Release

1291d ago

Major Versions

0.0.2 → 1.0.02022-11-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd22bbcdcd7b51e951706055c390d01ad6c2d9b5a63ea6aaf6a27eedfe4f5a66?d=identicon)[Sealution](/maintainers/Sealution)

---

Top Contributors

[![anthonyvancauwenberghe](https://avatars.githubusercontent.com/u/7100315?v=4)](https://github.com/anthonyvancauwenberghe "anthonyvancauwenberghe (6 commits)")

### Embed Badge

![Health badge](/badges/sealution-mac-resolver/health.svg)

```
[![Health](https://phpackages.com/badges/sealution-mac-resolver/health.svg)](https://phpackages.com/packages/sealution-mac-resolver)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k33.0M95](/packages/owen-it-laravel-auditing)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[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)
