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

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

surrealcristian/simple-snmp
===========================

Interfaces and classes that describes a SNMP client.

1.0.0(9y ago)0824↓100%1MITPHPPHP &gt;=5.4.0

Since Nov 9Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (1)

Simple SNMP
===========

[](#simple-snmp)

This repository holds an interface that describes a SNMP client, and some classes to be used or extended in implementations.

Install
-------

[](#install)

Via Composer

```
$ composer require surrealcristian/simple-snmp
```

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

[](#requirements)

- PHP 5.4+

API
---

[](#api)

```
namespace SurrealCristian\SimpleSnmp

interface SnmpV2cInterface

public array get ( string $host, string $community, string $oid, int $timeout, int $retries )

public array getNext ( string $host, string $community, string $oid, int $timeout, int $retries )

public array walk ( string $host, string $community, string $oid, int $timeout, int $retries )

public array bulkWalk ( string $host, string $community, string $oid, int $timeout, int $retries )

public set ( string $host, string $community, string $oid, string $type, string $value, int $timeout, int $retries )

namespace SurrealCristian\SimpleSnmp\Exception

class SimpleSnmpException extends Exception

class TimeoutException extends SimpleSnmpException

```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3471d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95f93a1e9b68aaac23ad0f2b716e71eb55c735abe292ebb213dbe5f51273d9cd?d=identicon)[surrealcristian](/maintainers/surrealcristian)

---

Top Contributors

[![surrealcristian](https://avatars.githubusercontent.com/u/2937280?v=4)](https://github.com/surrealcristian "surrealcristian (2 commits)")

---

Tags

interfacesnmp

### Embed Badge

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

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

###  Alternatives

[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89152.7M321](/packages/nette-robot-loader)[samrap/acf-fluent

A fluent interface for the Advanced Custom Fields WordPress plugin

28656.0k4](/packages/samrap-acf-fluent)[freedsx/snmp

A Pure PHP SNMP Library

6547.0k2](/packages/freedsx-snmp)

PHPackages © 2026

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