library snmp
PHP Class for net-snmp commands
jorgelima/snmp
PHP Class for net-snmp commands
- Friday, February 17, 2017
- by jorgelima
- Repository
- 1 Watchers
- 0 Stars
- 17 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 7 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
snmp
PHP Class for net-snmp commands, (*1)
Requirements
Requires: net-snmp-utils, (*2)
For RedHat/CentOS 6, 7, (*3)
[root@centos ~]# yum install net-snmp-utils
Installation with Composer
$ composer require jorgelima/snmp
Usage
Example php file., (*4)
// test-snmp.php
require 'vendor/autoload.php';
use Jorgelima\Snmp;
$snmp = new Snmp('127.0.0.1', 'public');
print_r($snmp->get('.1.3.6.1.2.1.1.1.0'));
Test run php file., (*5)
$ php test-snmp.php
Array
(
[.1.3.6.1.2.1.1.1.0] => Linux test.example.com
)
dev-master
9999999-dev
PHP Class for net-snmp commands
Sources
Download
MIT
by
nelisys
by
Jorge Lima
1.1.1
1.1.1.0
PHP Class for net-snmp commands
Sources
Download
MIT
by
nelisys
by
Jorge Lima
1.1.0
1.1.0.0
PHP Class for net-snmp commands
Sources
Download
MIT
by
nelisys
by
Jorge Lima
1.0.0
1.0.0.0
PHP Class for net-snmp commands
Sources
Download
MIT
by
nelisys