arqel-dev/widgets

Dashboard widgets for Arqel — Stat/Chart/Table/Custom widgets with deferred loading and polling.

Maintainers

Package info

github.com/arqel-dev/widgets

Homepage

Issues

Documentation

pkg:composer/arqel-dev/widgets

Transparency log

Statistics

Installs: 10

Dependents: 1

Suggesters: 0

Stars: 0

0.18.0 2026-07-08 16:33 UTC

This package is auto-updated.

Last update: 2026-07-09 12:58:50 UTC


README

Dashboard widgets for Arqel — Stat/Chart/Table/Custom widgets with deferred loading and polling.

Status

Shipped (WIDGETS-001..009). The four concrete widget types (StatWidget, ChartWidget, TableWidget, CustomWidget) and the dashboard/widget-data controllers (DashboardController, WidgetDataController) are implemented. See SKILL.md.

Install

In a Laravel app already running arqel-dev/core:

composer require arqel-dev/widgets

The service provider is auto-discovered.

Tests

composer test