PHPackages                             dot-mike/nmsnoteswidget - 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. dot-mike/nmsnoteswidget

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

dot-mike/nmsnoteswidget
=======================

LibreNMS plugin to display notes as widget on device overview page.

1.0.2(1y ago)0163MITPHP

Since Aug 14Pushed 1y ago2 watchersCompare

[ Source](https://github.com/dot-mike/nmsnoteswidget)[ Packagist](https://packagist.org/packages/dot-mike/nmsnoteswidget)[ RSS](/packages/dot-mike-nmsnoteswidget/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

nmsnoteswidget
==============

[](#nmsnoteswidget)

nmsnoteswidget - A LibreNMS plugin package to show notes widget on the device overview page.

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

[](#installation)

### Without Docker

[](#without-docker)

Go to the LibreNMS base directory and run the following commands as librenms user:

```
./lnms plugin:add dot-mike/nmsnoteswidget
php artisan route:clear
php lnms --force -n migrate
```

### With Docker

[](#with-docker)

If you are using LibreNMS with Docker, you can install the plugin by customizing the Dockerfile.

Example Dockerfile:

```
ARG VERSION=librenms:23.8.2
FROM librenms/$VERSION

RUN apk --update --no-cache add -t build-dependencies php-xmlwriter
RUN mkdir -p "${LIBRENMS_PATH}/vendor"

RUN echo $'#!/usr/bin/with-contenv sh\n\
set -e\n\
if [ "$SIDECAR_DISPATCHER" = "1" ] || [ "$SIDECAR_SYSLOGNG" = "1" ] || [ "$SIDECAR_SNMPTRAPD" = "1" ]; then\n\
  exit 0\n\
fi\n\
chown -R librenms:librenms "${LIBRENMS_PATH}/composer.json" "${LIBRENMS_PATH}/composer.lock" "${LIBRENMS_PATH}/vendor"\n\
lnms plugin:add dot-mike/nmsnoteswidget\n\
php artisan route:clear\n\
php lnms --force -n migrate\n\
' > /etc/cont-init.d/99-nmsnoteswidget.sh
```

Usage
-----

[](#usage)

To get started, open LibreNMS and enable the plugin by navigating to Overview-&gt;Plugins-&gt;Plugins Admin and enable the `nmsnoteswidget` plugin.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Credits
-------

[](#credits)

Thanks to the [LibreNMS](https://github.com/librenms/librenms/) team and the exampleplugin [ExamplePlugin](https://github.com/librenms/librenms/tree/master/app/Plugins/ExamplePlugin) for the inspiration.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

Total

3

Last Release

567d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73e79cf503a3b5a3f2847caa7d6da8939feb965449075ba828b946ea81082904?d=identicon)[dot-mike](/maintainers/dot-mike)

---

Top Contributors

[![dot-mike](https://avatars.githubusercontent.com/u/586280?v=4)](https://github.com/dot-mike "dot-mike (10 commits)")

### Embed Badge

![Health badge](/badges/dot-mike-nmsnoteswidget/health.svg)

```
[![Health](https://phpackages.com/badges/dot-mike-nmsnoteswidget/health.svg)](https://phpackages.com/packages/dot-mike-nmsnoteswidget)
```

PHPackages © 2026

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