PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Samy Massoud   PHP Mac Address Vendor Lookup using a XML database   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Mac Address Vendor Lookup using a XML database
Find the vendor of a device with given Mac address
Author: By
Last change:
Date: 3 years ago
Size: 446 bytes
 

Contents

Class file image Download
{ "name": "devtools360/macaddresslookup", "description": "Find Macaddress vendor from the mac address prefix using cisco vendorMacs.xml file from https://devtools360.com", "license": "MIT", "authors": [ { "name": "Samy Massoud", "email": "samymassoud@gmail.com" } ], "autoload": { "psr-0": { "Devtools360": "src/" } }, "minimum-stability": "dev" }