nicko170/php-snmp

A PHP Wrapper for SNMP

v0.2.0 2022-08-05 05:55 UTC

This package is auto-updated.

Last update: 2024-05-05 09:56:14 UTC


README

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.