nicko170 / php-snmp
A PHP Wrapper for SNMP
Installs: 19 045
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
Suggests
- ext-snmp: *
README
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.