blackcube/dboard

CMS Administration Panel

Maintainers

Package info

github.com/blackcubeio/dboard

pkg:composer/blackcube/dboard

Statistics

Installs: 15

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-08 12:53 UTC

This package is auto-updated.

Last update: 2026-04-08 12:54:21 UTC


README

Administration panel for Blackcube CMS. Purpose-built for dcore entities — CRUD for every entity, tree management, RBAC, JWT authentication with passkey support.

License Packagist Version

Quickstart

composer require blackcube/dboard
./yii migrate/up

DBoard depends on dcore. It is not a standalone package — it is the admin layer of the Blackcube stack.

Where dboard sits

┌──────────────────────┐
│ dboard ← you are here │
│ admin backoffice      │
└───────────┬──────────┘
            ↓
       ┌──────────┐
       │  dcore   │
       │ (data)   │
       └──────────┘
            ↓
            DB

Documentation

  • Installation — requirements, config-plugin, parameters, migrations
  • API overview — managed entities, handler architecture, services, widgets
  • RBAC — roles, permissions, hierarchy, assignment
  • WebAuthn — passkey registration and authentication

License

BSD-3-Clause. See LICENSE.md.