Download the PHP package devtools360/macaddresslookup without Composer
On this page you can find all versions of the php package devtools360/macaddresslookup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devtools360/macaddresslookup
More information about devtools360/macaddresslookup
Files in devtools360/macaddresslookup
Package macaddresslookup
Short Description Find Macaddress vendor from the mac address prefix using cisco vendorMacs.xml file from https://devtools360.com
License MIT
Informations about the package macaddresslookup
🔍 Macaddress Vendor Lookup
Using this package you can lookup for vendor/company from mac address prefix.
The package will search through the XML file of vendorMacs.xml for the company name.
How to use
- Download the Cisco vendorMacs.xml file from DevTools360.com.
- Install the package using the following command
composer require devtools360/macaddresslookup
- You can now initialize & use the package as follows
How to use with Laravel
This package will work out of the box with Laravel framework, just follow the above steps for installing the package, and to use it in any class just add the following namespace.
use \Devtools360\MacAddressLookup;
Then you can initiate the class or use the dependency injection of Laravel to initiate it for you.
Set the path seprately
If this package was used with Laravel dependency injection it will not set the path for you, so you can easily call setFilePath to do the same as follows.
Issue or suggestion
Please feel free to open a bug report or pull request to this repo.
Thanks to
The website DevTools360 for providing the updated cisco vendorMacs.xml file.
Please check the awesome tools such as Macaddress Lookup and QR code generator from the same site.