PHPackages                             visualbuilder/filament-screenshot-review - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. visualbuilder/filament-screenshot-review

ActiveLibrary[Testing &amp; Quality](/categories/testing)

visualbuilder/filament-screenshot-review
========================================

Human QA review for Filament v5 screenshot catalogues — approve, request changes, and file tickets per capture.

5.5.7(1mo ago)0636↓29.8%GPL-2.0-or-laterPHPPHP ^8.2

Since May 3Pushed 1mo agoCompare

[ Source](https://github.com/visualbuilder/filament-screenshot-review)[ Packagist](https://packagist.org/packages/visualbuilder/filament-screenshot-review)[ Docs](https://github.com/visualbuilder/filament-screenshot-review)[ RSS](/packages/visualbuilder-filament-screenshot-review/feed)WikiDiscussions 5.x Synced 1w ago

READMEChangelogDependencies (11)Versions (20)Used By (0)

Filament Screenshot Review
==========================

[](#filament-screenshot-review)

Human QA review on top of [`visualbuilder/filament-panel-screenshot-catalogue`](https://github.com/visualbuilder/filament-panel-screenshot-catalogue).

Mounts as a Filament v5 plugin and adds three navigation surfaces:

- **Status** — at-a-glance health card per registered panel
- **Captures** — full-width grid of capture cards, inline approve / request-changes per card
- **Pages** — sitemap management; toggle inclusion, add custom URLs

When a reviewer requests changes, the package files a ticket through a host-defined `TicketSink` with the captured image URL embedded in the ticket body.

Install
-------

[](#install)

```
composer require --dev visualbuilder/filament-screenshot-review
php artisan migrate
```

Mount the plugin on whichever panel you choose (default convention: the `design-system` panel):

```
// app/Providers/Filament/DesignSystemPanelProvider.php
->plugins([
    \Visualbuilder\FilamentScreenshotReview\Filament\FilamentScreenshotReviewPlugin::make(),
])
```

Ticket sink
-----------

[](#ticket-sink)

Bind your own `TicketSink` implementation to file tickets in your tracker:

```
// app/Providers/AppServiceProvider.php
$this->app->bind(
    \Visualbuilder\FilamentScreenshotReview\Contracts\TicketSink::class,
    \App\TicketSinks\YoutrackTicketSink::class,
);
```

The default binding is `NullSink`, which logs and returns an empty URL.

Workflow
--------

[](#workflow)

1. `php artisan screenshot-review:sync-pages --panel=enduser` — populate the page registry from the catalogue's sitemap JSON.
2. `php artisan screenshot:dispatch --panel=enduser --tag=latest` — capture every included page.
3. `php artisan screenshot-review:sync-captures --panel=enduser --tag=latest` — pull capture metadata into the DB.
4. Open the **Captures** tab in Filament — review each card, approve or request changes.

License
-------

[](#license)

GPL-2.0-or-later. See `LICENSE.md`.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance93

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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 ~0 days

Total

20

Last Release

36d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/98528425?v=4)[Eko UK Limited](/maintainers/ekoukltd)[@ekoukltd](https://github.com/ekoukltd)

---

Top Contributors

[![leeoptima](https://avatars.githubusercontent.com/u/202847690?v=4)](https://github.com/leeoptima "leeoptima (19 commits)")[![cannycookie](https://avatars.githubusercontent.com/u/500822?v=4)](https://github.com/cannycookie "cannycookie (1 commits)")

---

Tags

qafilamentscreenshotsvisualbuilderagenticvisual regression

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/visualbuilder-filament-screenshot-review/health.svg)

```
[![Health](https://phpackages.com/badges/visualbuilder-filament-screenshot-review/health.svg)](https://phpackages.com/packages/visualbuilder-filament-screenshot-review)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.4k](/packages/larastan-larastan)[spatie/laravel-medialibrary

Associate files with Eloquent models

6.1k41.3M594](/packages/spatie-laravel-medialibrary)[spatie/laravel-health

Monitor the health of a Laravel application

88011.3M149](/packages/spatie-laravel-health)[laravel/ai

The official AI SDK for Laravel.

9782.1M153](/packages/laravel-ai)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

436834.4k1](/packages/clickbar-laravel-magellan)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15104.9k4](/packages/calebdw-larastan)

PHPackages © 2026

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