liberusoftware/module-control-panel-control-core

Control Panel nodes, capabilities, credentials, inventory and operation coordination.

Maintainers

Package info

github.com/liberusoftware/module-control-panel-control-core

Type:liberu-module

pkg:composer/liberusoftware/module-control-panel-control-core

Transparency log

Statistics

Installs: 4

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-08-24 01:42 UTC

This package is auto-updated.

Last update: 2026-08-25 03:52:24 UTC


README

This module owns the provider-neutral control-plane boundary for nodes, capabilities, credentials, desired state, observed inventory, and operation coordination. Remote execution is deliberately not implemented here; OS, container, and Kubernetes adapters consume the public contracts from this package.

The module stores credential material through Laravel's encrypted cast and never exposes it through the model's array or JSON representations. Mutations are performed through typed actions so API, Filament, Livewire, queue, and console adapters share the same validation and lifecycle rules.