blackcube/dboard

CMS Administration Panel

Maintainers

👁 pgaultier

Package info

github.com/blackcubeio/dboard

pkg:composer/blackcube/dboard

Statistics

Installs: 68

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-05-19 07:39 UTC

BSD-3-Clause 1d64268a4f5af4bd78796b0f8ef207d3bc59513c

  • Philippe Gaultier <philippe.woop@blackcube.io>

adminoauth2cmsrbacback-officewebauthn

This package is auto-updated.

Last update: 2026-06-19 07:52:24 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.