murrant / librenms-example-plugin
LibreNMS example plugin
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:package
Requires
- php: ^8.2
- librenms/plugin-interfaces: ^1.0
Requires (Dev)
- laravel/framework: ^10.0|^11.0
- laravel/pint: ^1.13.7
- pestphp/pest: ^2.28.1
- phpstan/phpstan: ^1.10.56
- rector/rector: ^1.0
Suggests
- illuminate/contracts: for the Laravel integration
- illuminate/support: for the Laravel integration
README
LibreNMS Example Plugin
Info goes here :)
Add the path to your plugin for local development (or deployment)
composer config --global repositories.example-plugin '{"type": "path", "url": "/full/path/to/librenms-example-plugin", "symlink": true}'
For users to use your plugin, you should publish it to packagist.org
Then run:
lnms plugin:add murrant/librenms-example-plugin @dev