PHPackages                             jorgelima/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. jorgelima/snmp

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

jorgelima/snmp
==============

PHP Class for net-snmp commands

1.1.1(9y ago)0311MITPHP

Since Nov 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jorgeslima/snmp)[ Packagist](https://packagist.org/packages/jorgelima/snmp)[ RSS](/packages/jorgelima-snmp/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

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 jorgelima/snmp
```

Usage
-----

[](#usage)

Example php file.

```
// 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.

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~233 days

Total

3

Last Release

3420d ago

### Community

Maintainers

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

---

Top Contributors

[![jorgeslima](https://avatars.githubusercontent.com/u/8495352?v=4)](https://github.com/jorgeslima "jorgeslima (3 commits)")

### Embed Badge

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

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

###  Alternatives

[luvi-ui/laravel-luvi

Re-usable components for Laravel

45510.1k](/packages/luvi-ui-laravel-luvi)[faonni/module-smart-category-configurable

SmartCategory functionality from configurable products.

1374.3k1](/packages/faonni-module-smart-category-configurable)[coreproc/laravel-devices

Store and handle devices connecting to your web application.

1314.6k](/packages/coreproc-laravel-devices)

PHPackages © 2026

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