Recommend this page to a friend! |
Classes of Angel Campos | PHP Mac Address Lookup | README.md | Download |
|
Downloadmac-vendor-lookup<p align="center"> </p> <p>This PHP package allows you to get the information related to an <abbr title="Institute of Electrical and Electronics Engineers">IEEE</abbr> <abbr title="Organizationally Unique Identifier">OUI</abbr> assignment from a Laravel application.</p> <p>The <strong>mac-vendor-lookup</strong> package downloads the OUI mapping information in <abbr title="Comma Separated Values">CSV</abbr> format from the IEEE website. Then it processes the CSV files and later stores the OUI assignment details in tables in the database.</p> InstallYou can install the package via composer:
Then publish the assets with this command:
After publishing the assets (config & migrations), run
UsageGet MAC Address detailsYou can use "php artisan mac: details <mac-address>" in the console to get the vendor details as well as the OUI assignment details.
Get vendor detailsYou can use "php artisan mac:vendor <mac-address>" in the console to get the vendor details associated with the OUI assignment.
ChangelogPlease see CHANGELOG for more information what has changed recently. ContributingThank you for considering contributing to the improvement of the package. Please see CONTRIBUTING for details. Security VulnerabilitiesIf you discover any security related issues, please send an e-mail to Angel Campos via angel.campos.m@outlook.com instead of using the issue tracker. All security vulnerabilities will be promptly addressed. CreditsLicenseThe package Ping is open-source package and is licensed under The MIT License (MIT). Please see License File for more information. |