PHPackages                             nelisys/snmp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nelisys/snmp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nelisys/snmp
============

PHP Class for net-snmp commands

1.0.0(10y ago)96.8k↓16.7%11[1 issues](https://github.com/nelisys/snmp/issues)1MITPHP

Since Nov 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nelisys/snmp)[ Packagist](https://packagist.org/packages/nelisys/snmp)[ RSS](/packages/nelisys-snmp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

snmp
====

[](#snmp)

PHP Class for net-snmp commands

Requirements
------------

[](#requirements)

Requires: net-snmp-utils

For RedHat/CentOS 6, 7

```
[root@centos ~]# yum install net-snmp-utils
```

Installation with Composer
--------------------------

[](#installation-with-composer)

```
$ composer require nelisys/snmp
```

Usage
-----

[](#usage)

Example php file.

```
// test-snmp.php
require 'vendor/autoload.php';

use Nelisys\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.

```
$ php test-snmp.php
Array
(
    [.1.3.6.1.2.1.1.1.0] => Linux test.example.com
)
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3843d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9829106a124421a5ea5acf17eedf5602121787863db3a0d221dd2f4dd3053d3?d=identicon)[nelisys](/maintainers/nelisys)

### Embed Badge

![Health badge](/badges/nelisys-snmp/health.svg)

```
[![Health](https://phpackages.com/badges/nelisys-snmp/health.svg)](https://phpackages.com/packages/nelisys-snmp)
```

###  Alternatives

[pmaslak/php-obfuscator

PHP obfuscator

222.6k](/packages/pmaslak-php-obfuscator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
