detain/myadmin-raid-backups

RAID backup management plugin for the MyAdmin hosting control panel framework, providing event-driven hooks for RAID-based backup handling, menu integration, and ACL-controlled administration.

Maintainers

Package info

github.com/myadmin-plugins/raid-backups

Type:myadmin-plugin

pkg:composer/detain/myadmin-raid-backups

Statistics

Installs: 258

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-19 17:10:00 UTC


README

RAID backup management plugin for the MyAdmin hosting control panel framework. Provides event-driven hooks for RAID-based backup handling, menu integration, and ACL-controlled administration through the Symfony EventDispatcher component.

Tests Latest Stable Version Total Downloads License

Features

  • Event-driven architecture using Symfony EventDispatcher
  • RAID backup requirement registration and lazy loading
  • ACL-based menu integration for admin panels
  • Pluggable settings and configuration hooks

Requirements

  • PHP 8.2 or higher
  • ext-soap

Installation

composer require detain/myadmin-raid-backups

Usage

The plugin registers itself through the MyAdmin plugin system and provides event hooks for:

  • Menu integration -- Adds admin menu items with ACL checks
  • Requirement loading -- Registers RAID backup classes and functions
  • Settings -- Provides configuration hooks for the settings system

Running Tests

composer install
vendor/bin/phpunit

License

Licensed under the LGPL-2.1 license.