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

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

nicko170/php-snmp
=================

A PHP Wrapper for SNMP

v0.2.0(3y ago)231.3k↓28.7%1GPL-2.0-or-laterPHPPHP ^8.0

Since Aug 11Pushed 3y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

PHP SNMP - A fluent interface to SNMP network devices
=====================================================

[](#php-snmp---a-fluent-interface-to-snmp-network-devices)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6fbfcc1212d5acd819c3bbef7ae8dc549f40824b8a9918f144d6e1d45fcb5935/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e69636b6f3137302f7068702d736e6d702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nicko170/php-snmp) [![Total Downloads](https://camo.githubusercontent.com/56cf4ca92a4fa41dd01bfe11e7e83cf77679cf6024507b5b0dfd08b07ca0a30c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e69636b6f3137302f7068702d736e6d702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nicko170/php-snmp) [![StyleCI](https://camo.githubusercontent.com/98e4491d8fa272fccf38d8934f9e87eb7a44447171802039f50b34c1dd57b09c/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3339353033323837382f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/395032878?branch=main)

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

[](#installation)

You can install the package via composer:

```
composer require nicko170/php-snmp
```

Usage
-----

[](#usage)

```
use Nicko170\PhpSnmp\SNMP;

$device = new SNMP(host: '103.2.119.110', community: 'public', version: '2c');
$device->system()->name();
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](changelog.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](contributing.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Nick Pratley](https://github.com/nicko170)
- [All Contributors](https://github.com/nicko170/php-snmp/tree/8fdf418abba05be40f42b8b578ded7635c4ff951/contributors/README.md)

License
-------

[](#license)

The GNU GPLv3. Please see [License File](license.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Total

4

Last Release

1383d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6886ef143ccc130ceee1634b6ddf3ab94ae57436b9dbc1b3cde75a983883c217?d=identicon)[nicko170](/maintainers/nicko170)

---

Top Contributors

[![nicko170](https://avatars.githubusercontent.com/u/9477420?v=4)](https://github.com/nicko170 "nicko170 (35 commits)")

---

Tags

nicko170php-snmp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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