Interfaces to implement parsing of mac text into mac address or network structure.
Interfaces to implement parsing of mac text into mac address or network structure.
The installatmacn of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-mac-parser-interface": "^2",
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
This library is an interface-only library. For a concrete implementation, see php-extended/php-mac-object.
MIT (See license file).