arqel-dev / widgets
Dashboard widgets for Arqel — Stat/Chart/Table/Custom widgets with deferred loading and polling.
Package info
pkg:composer/arqel-dev/widgets
0.18.0
2026-07-08 16:33 UTC
Requires
- php: ^8.3
- arqel-dev/core: @dev
- laravel/framework: ^12.0|^13.0
Requires (Dev)
- larastan/larastan: ^3.0
- orchestra/testbench: ^10.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
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