pronique/netdevicelib

This package is abandoned and no longer maintained. No replacement package was suggested.

Network Device Management and Interaction Library

dev-master 2014-08-23 11:56 UTC

This package is not auto-updated.

Last update: 2021-08-16 11:20:26 UTC


README

NetDeviceLib is a PHP library for interacting with and managing network devices include routers, switches, and other network appliances.

Support for many hardware models from vendors such as Cisco, Juniper, Adtran, HP, Dell, MikroTik, and many more.

This project currently in development and is considered experimental at this stage.

Read the wiki for more information and usage examples

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:

"require": {
	"pronique/netdevicelib": "dev-master"
}

And run php composer.phar update

  • end