PHPackages                             librenms/plugin-interfaces - 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. librenms/plugin-interfaces

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

librenms/plugin-interfaces
==========================

Interfaces required to create a LibreNMS Plugin

1.0(1y ago)0337.9k—2.8%290BSDPHPPHP &gt;=7.1

Since Aug 15Pushed 1y ago4 watchersCompare

[ Source](https://github.com/librenms/plugin-interfaces)[ Packagist](https://packagist.org/packages/librenms/plugin-interfaces)[ Docs](https://www.librenms.org/)[ RSS](/packages/librenms-plugin-interfaces/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (9)

LibreNMS Plugin Interfaces
==========================

[](#librenms-plugin-interfaces)

Plugins for [LibreNMS](https://librenms.org)

Create a new Laravel Package as described:

Require this package

```
composer require librenms/plugin-interfaces

```

Register your plugin with LibreNMS in your provider boot method and check to see if it is enabled:

```
    public function boot(): void
    {
        $pluginName = 'example-plugin';
        $pluginManager = $this->app->make(\LibreNMS\Interfaces\Plugins\PluginManagerInterface::class);

        $pluginManager->publishHook($pluginName, \LibreNMS\Interfaces\Plugins\MenuEntryHook::class, MenuEntryHook::class);

        if (! $pluginManager->pluginEnabled($pluginName)) {
            return; // if plugin is disabled, don't boot
        }

        // Do regular Laravel Package actions here, such as register routes and views or publish files.
    }
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

687d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39462?v=4)[Tony Murray](/maintainers/murrant)[@murrant](https://github.com/murrant)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/librenms-plugin-interfaces/health.svg)

```
[![Health](https://phpackages.com/badges/librenms-plugin-interfaces/health.svg)](https://phpackages.com/packages/librenms-plugin-interfaces)
```

###  Alternatives

[moneyphp/money-bundle

Symfony Bundle for the popular Money library

1718.6k](/packages/moneyphp-money-bundle)

PHPackages © 2026

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