NetDeviceLib
NetDeviceLib is a PHP library for interacting with and managing network devices
include routers, switches, and other network appliances., (*1)
Support for many hardware models from vendors such as Cisco, Juniper, Adtran,
HP, Dell, MikroTik, and many more., (*2)
This project currently in development and is considered experimental at this stage., (*3)
Read the wiki for more information and usage examples, (*4)
Installing NetDeviceLib via composer
You can install NetDeviceLib into your project using
composer. For existing applications you can add the
following to your
composer.json
file:, (*5)
"require": {
"pronique/netdevicelib": "dev-master"
}
And run php composer.phar update
, (*6)