{"id":18499139,"url":"https://github.com/librenms/plugin-interfaces","last_synced_at":"2026-02-10T06:31:23.606Z","repository":{"id":253259093,"uuid":"842985262","full_name":"librenms/plugin-interfaces","owner":"librenms","description":"Interfaces for LibreNMS plugins","archived":false,"fork":false,"pushed_at":"2024-08-15T15:26:39.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-28T19:39:40.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/librenms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-15T14:31:50.000Z","updated_at":"2024-08-15T15:24:00.000Z","dependencies_parsed_at":"2024-08-15T15:37:20.508Z","dependency_job_id":"32706e03-21bd-4902-9f7e-c55d5409a1f2","html_url":"https://github.com/librenms/plugin-interfaces","commit_stats":null,"previous_names":["librenms/plugin-interfaces"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/librenms/plugin-interfaces","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librenms%2Fplugin-interfaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librenms%2Fplugin-interfaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librenms%2Fplugin-interfaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librenms%2Fplugin-interfaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/librenms","download_url":"https://codeload.github.com/librenms/plugin-interfaces/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librenms%2Fplugin-interfaces/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29292085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T13:44:48.204Z","updated_at":"2026-02-10T06:31:23.590Z","avatar_url":"https://github.com/librenms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LibreNMS Plugin Interfaces\n\nPlugins for [LibreNMS](https://librenms.org) https://github.com/librenms/librenms\n\nCreate a new Laravel Package as described:\nhttps://laravel.com/docs/packages\n\nRequire this package\n\n    composer require librenms/plugin-interfaces\n\n\nRegister your plugin with LibreNMS in your provider boot method and check to see if it is enabled:\n\n```php\n    public function boot(): void\n    {\n        $pluginName = 'example-plugin';\n        $pluginManager = $this-\u003eapp-\u003emake(\\LibreNMS\\Interfaces\\Plugins\\PluginManagerInterface::class);\n\n        $pluginManager-\u003epublishHook($pluginName, \\LibreNMS\\Interfaces\\Plugins\\MenuEntryHook::class, MenuEntryHook::class);\n\n        if (! $pluginManager-\u003epluginEnabled($pluginName)) {\n            return; // if plugin is disabled, don't boot\n        }\n\n        // Do regular Laravel Package actions here, such as register routes and views or publish files.\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrenms%2Fplugin-interfaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrenms%2Fplugin-interfaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrenms%2Fplugin-interfaces/lists"}