detain/myadmin-gluster-backups

Gluster handling plugin for MyAdmin

Maintainers

Package info

github.com/myadmin-plugins/gluster-backups

Type:myadmin-plugin

pkg:composer/detain/myadmin-gluster-backups

Statistics

Installs: 252

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

v2.0.0 2019-04-04 08:07 UTC

This package is auto-updated.

Last update: 2026-03-19 15:46:09 UTC


README

Build Status Latest Stable Version Total Downloads License

A MyAdmin plugin for managing GlusterFS-based backup services. This plugin integrates with the MyAdmin control panel to provide Gluster storage provisioning, monitoring, and lifecycle management through the Symfony EventDispatcher hook system.

Features

  • Registers Gluster backup service requirements with the MyAdmin plugin loader
  • Provides event-driven menu integration for admin panels
  • Supports ACL-based access control for billing management
  • Pluggable settings interface via Symfony GenericEvent hooks

Installation

composer require detain/myadmin-gluster-backups

Usage

The plugin auto-registers with MyAdmin through the plugin installer. Event hooks are defined in Plugin::getHooks() and are wired into the Symfony EventDispatcher by the MyAdmin core.

Testing

composer install
vendor/bin/phpunit

License

Licensed under the LGPL-2.1. See LICENSE for details.