Revision: Thu, 25 Apr 2024 11:06:46 GMT
v2.14 – outdated
This version of the documentation is outdated. Consider upgrading your project to Spiral Framework 3.12
Edit this page

Keeper

Keeper is portal engine and UI framework (based on Stempler). Framework includes various elements such as dynamic forms, data grids, tabs and other layout partials. You can use Keeper to create complex Admin panels, User panels and other applications.

Installation:

  1. Install the dependency:
composer require spiral/keeper
  1. register keeper bootloader (see bootloaders section)

Namespace

The basic idea of keeper is that all submodules are isolated code inside a given namespace. For example, there could be admin and profile namespaces.

All the Keeper functionality integrated with spiral/security and follows RBAC rules.

Keeper Demo

Configuration can be performed via code or annotations.

Components

Keeper comes with a set of frontend components for Stempler engine, backed by JavaScript Toolkit

Demo project featuring usage of all components is available here.

Most notable components are: