php-extended / php-mac-parser-interface
Interfaces to implement parsing of mac text into mac address or network structure.
Installs: 86 386
Dependents: 1
Suggesters: 0
Security: 0
pkg:composer/php-extended/php-mac-parser-interface
Requires
This package is auto-updated.
Last update: 2021-06-27 07:55:23 UTC
README
Interfaces to implement parsing of mac text into mac address or network structure.
Installation
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": "^4",
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-mac-object.
License
MIT (See license file).