You can install the package via composer:
composer require nicko170/php-snmp
use Nicko170\PhpSnmp\SNMP;
$device = new SNMP(host: '103.2.119.110', community: 'public', version: '2c');
$device->system()->name();
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The GNU GPLv3. Please see License File for more information.