PHPackages                             konstantin-kuklin/munin-client-wrapper - 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. konstantin-kuklin/munin-client-wrapper

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

konstantin-kuklin/munin-client-wrapper
======================================

Munin client wrapper on native PHP

0.01(11y ago)221MITPHP

Since Jul 31Pushed 11y ago1 watchersCompare

[ Source](https://github.com/KonstantinKuklin/MuninClientWrapper)[ Packagist](https://packagist.org/packages/konstantin-kuklin/munin-client-wrapper)[ Docs](https://github.com/KonstantinKuklin/MuninClientWrapper)[ RSS](/packages/konstantin-kuklin-munin-client-wrapper/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/1293ecc08e8f423942563fa7e0dc2677f536f7fe586c19205d6f68635bcfa591/68747470733a2f2f7472617669732d63692e6f72672f4b6f6e7374616e74696e4b756b6c696e2f4d756e696e436c69656e74577261707065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/KonstantinKuklin/MuninClientWrapper)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/68043726bfe359c9c19f54e55b69c404f779cb5a2785034dc7eee32e49432aa2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4b6f6e7374616e74696e4b756b6c696e2f4d756e696e436c69656e74577261707065722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/KonstantinKuklin/MuninClientWrapper/?branch=master)

README
======

[](#readme)

What is MuninClientWrapper?
---------------------------

[](#what-is-muninclientwrapper)

MuninClientWrapper is a PHP wrapper for munin node. It is fully written on PHP. It allows developers to connect to munin-node and get munin version, list of installed plugins, plugins values, plugins configs.

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

[](#requirements)

MuninClientWrapper is only supported on `PHP 5.3` and up.

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

[](#installation)

The best way to install MuninClientWrapper is via Composer:

```
php composer.phar require konstantin-kuklin/munin-client-wrapper:dev-master

```

Documentation
-------------

[](#documentation)

### How get munin version:

[](#how-get-munin-version)

```
$muninClient = new \Munin\Client($host,$port = 4949);
$muninClient->getVersion();

```

will return string with value like: `2.0.16`

$port not required, by default 4949

### How get plugins list:

[](#how-get-plugins-list)

```
$muninClient = new \Munin\Client($host,$port = 4949);
$muninClient->getPluginsList();

```

will return array vector like: array(\[0\] =&gt; 'cpu', \[1\] =&gt; 'df' .... \[29\] =&gt; 'uptime')

### How get plugin values:

[](#how-get-plugin-values)

```
$muninClient = new \Munin\Client($host);
$muninClient->getPluginValue('cpu');

```

will return array map like: array(\[user\] =&gt; 234234, \[nice\] =&gt; 3573 \[system\] =&gt; 8644 ....)

### How to change timeout for reading:

[](#how-to-change-timeout-for-reading)

```
$muninClient = new \Munin\Client($host);
$muninClient->setReadTimeOut($seconds, $microseconds = 0)

```

by default is `2 seconds` for each read operation from munin socket.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

4307d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14bf2bc19526615387e37a0e04bb5110ec344663a6bc8e95c3b9947cd5b9808c?d=identicon)[KonstantinKuklin](/maintainers/KonstantinKuklin)

---

Top Contributors

[![KonstantinKuklin](https://avatars.githubusercontent.com/u/573586?v=4)](https://github.com/KonstantinKuklin "KonstantinKuklin (5 commits)")

---

Tags

phplibrarymuninmunin-client

### Embed Badge

![Health badge](/badges/konstantin-kuklin-munin-client-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/konstantin-kuklin-munin-client-wrapper/health.svg)](https://phpackages.com/packages/konstantin-kuklin-munin-client-wrapper)
```

PHPackages © 2026

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