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

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

mrcnpdlk/snmp
=============

Snmp utils

1.2.1(4y ago)1615MITPHPPHP &gt;=7.2CI failing

Since Oct 11Pushed 4y agoCompare

[ Source](https://github.com/mrcnpdlk/snmp)[ Packagist](https://packagist.org/packages/mrcnpdlk/snmp)[ RSS](/packages/mrcnpdlk-snmp/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (11)Versions (7)Used By (0)

SNMP Utils
==========

[](#snmp-utils)

This bundle is based on main class of [opensolutions/OSS\_SNMP](https://github.com/opensolutions/OSS_SNMP) project. Is a lightweight fork for simple get() and set() things.

Installation
------------

[](#installation)

Install the latest version with [composer](https://packagist.org/packages/mrcnpdlk/snmp)

```
composer require mrcnpdlk/snmp
```

Basic usage
-----------

[](#basic-usage)

```
use Mrcnpdlk\Lib\Snmp\Agent;
use Mrcnpdlk\Lib\Snmp\Config;
use Mrcnpdlk\Lib\Snmp\Enum\Version;

require __DIR__ . '/../vendor/autoload.php';

$oConfig = new Config([
    'host'      => '10.0.10.10',
    'community' => 'some_community',
    'version'   => Version::VER_1,
    'mibFiles'  => [__DIR__ . '/some_mib_file.MIB'],
]);

$oSnmp = new Agent($oConfig);

var_dump($oSnmp->get('masterVoltageL2.0'));
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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 ~358 days

Total

5

Last Release

1751d ago

Major Versions

v0.1.0 → 1.0.02019-07-12

PHP version history (2 changes)v0.1.0PHP &gt;=7.0

1.0.0PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![mrcnpdlk](https://avatars.githubusercontent.com/u/22945316?v=4)](https://github.com/mrcnpdlk "mrcnpdlk (10 commits)")

---

Tags

snmp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[open-feature/sdk

PHP implementation of the OpenFeature SDK

42781.1k19](/packages/open-feature-sdk)[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

701.8M20](/packages/sylius-refund-plugin)[seboettg/citeproc-php

Full-featured CSL processor (https://citationstyles.org)

771.4M34](/packages/seboettg-citeproc-php)[timeweb/phpstan-enum

Enum class reflection extension for PHPStan

443.4M27](/packages/timeweb-phpstan-enum)[php-unit-conversion/php-unit-conversion

A fully PSR-4 compatible PHP library for converting between standard units of measure.

691.2M2](/packages/php-unit-conversion-php-unit-conversion)[opensolutions/oss-snmp

A PHP SNMP library for people who hate SNMP, MIBs and OIDs!

10925.1k](/packages/opensolutions-oss-snmp)

PHPackages © 2026

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