nazmulb/mac-address-php

Getting MAC Address using PHP

Maintainers

Package info

github.com/nazmulb/phpmaclib

pkg:composer/nazmulb/mac-address-php

Statistics

Installs: 2 181

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

dev-master 2017-05-22 10:14 UTC

This package is not auto-updated.

Last update: 2026-03-07 01:22:52 UTC


README

A library to get MAC Address using PHP

Author: Md. Nazmul Basher Email: nazmul.basher@gmail.com

Installation

composer require nazmulb/mac-address-php dev-master

Example

<?php
require_once __DIR__ . '/vendor/autoload.php';

use \NazmulB\MacAddressPhpLib\MacAddress;

echo MacAddress::getMacAddress();