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.3(2mo ago)13.1k↓61.1%[3 PRs](https://github.com/SaucyFramework/dashboard/pulls)MITJavaScriptPHP ^8.2CI passing

Since Feb 13Pushed 1w 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 2d ago

READMEChangelog (10)Dependencies (27)Versions (18)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

48

—

FairBetter than 93% of packages

Maintenance93

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.1% 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 ~8 days

Total

10

Last Release

63d 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 (27 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

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M245](/packages/filament-support)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

213421.0k2](/packages/wnx-laravel-backup-restore)

PHPackages © 2026

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