Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.34 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.34 KB

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 [email protected] instead of using the issue tracker.

Credits

License

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