PHPackages                             saucy/dashboard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. saucy/dashboard

ActiveLibrary[Admin Panels](/categories/admin)

saucy/dashboard
===============

This is my package dashboard

v1.3.1(2mo ago)12.4k↓29.2%[2 PRs](https://github.com/SaucyFramework/dashboard/pulls)MITJavaScriptPHP ^8.2CI failing

Since Nov 24Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/SaucyFramework/dashboard)[ Packagist](https://packagist.org/packages/saucy/dashboard)[ Docs](https://github.com/saucy/dashboard)[ GitHub Sponsors](https://github.com/saucy)[ RSS](/packages/saucy-dashboard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (18)Versions (10)Used By (0)

Saucy Dashboard
===============

[](#saucy-dashboard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1c5aa37db68a2a49cbc623a981de96b4de1512aca8d2c9d1229a90dd022df513/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73617563792f64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/saucy/dashboard)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ede97f7750742dda12041015b72aafe4a22a7b863389f2534a8f38c634fceb8c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f53617563794672616d65776f726b2f64617368626f6172642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/SaucyFramework/dashboard/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/737d9891dae330521298d0942991601a96d568b519473a74d45aa4cbc719fa78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73617563792f64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/saucy/dashboard)

A monitoring dashboard for the Saucy event sourcing framework's projections. Provides a React-based UI to view projection status, activity logs, and manage projections (pause, resume, replay, trigger).

Installation
------------

[](#installation)

Install the package via composer:

```
composer require saucy/dashboard
```

Publish the frontend assets:

```
php artisan vendor:publish --tag="saucy-dashboard-assets"
```

> **Important:** Re-run this command after updating the package to get the latest frontend build.

Optionally, publish the config file:

```
php artisan vendor:publish --tag="saucy-dashboard-config"
```

Configuration
-------------

[](#configuration)

The published config file (`config/saucy-dashboard.php`):

```
return [
    'password' => env('SAUCY_DASHBOARD_PASSWORD', null),
];
```

### Password Protection

[](#password-protection)

By default the dashboard is open to anyone. To require a password, add to your `.env`:

```
SAUCY_DASHBOARD_PASSWORD=your-secret-password

```

When set, visitors must enter the password on a login screen. The authenticated session is managed via Laravel's session driver.

Usage
-----

[](#usage)

Once installed, navigate to:

```
https://your-app.com/saucy-dashboard

```

The dashboard provides:

- **Dashboard** — main overview page
- **Projections** — lists all registered projections with their position and status (running, paused, standby), auto-refreshes every 2 seconds
- **Projection detail** — click a projection to see its activity log (refreshes every second) and action buttons:
    - **Pause / Resume** — pause or resume the projection
    - **Replay** — trigger a full replay from the beginning
    - **Trigger** — manually start the process

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Robertbaelde](https://github.com/Robertbaelde)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

8

Last Release

61d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eff6bb65242a841ba6e68447ec06501ae0d269c060779417869ea2af012917c5?d=identicon)[robertbaelde](/maintainers/robertbaelde)

---

Top Contributors

[![Robertbaelde](https://avatars.githubusercontent.com/u/4356288?v=4)](https://github.com/Robertbaelde "Robertbaelde (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

laraveldashboardsaucy

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/saucy-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/saucy-dashboard/health.svg)](https://phpackages.com/packages/saucy-dashboard)
```

###  Alternatives

[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
