marsalans / php-snmp

PHP SNMP - A fluent interface to SNMP network devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP SNMP - A fluent interface to SNMP network devices

Latest Version on Packagist Total Downloads StyleCI

Installation

You can install the package via composer:

composer require nicko170/php-snmp

Usage

use Nicko170\PhpSnmp\SNMP;

$device = new SNMP(host: '103.2.119.110', community: 'public', version: '2c');
$device->system()->name();

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email nick@npratley.net instead of using the issue tracker.

Credits

License

The GNU GPLv3. Please see License File for more information.

About

PHP SNMP - A fluent interface to SNMP network devices

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%