PHPackages                             fissible/verdict-console - 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. fissible/verdict-console

ActiveLibrary

fissible/verdict-console
========================

Human-in-the-loop approval runtime and operator UI for Laravel AI agents governed by Verdict.

v0.1.0(today)10[31 issues](https://github.com/fissible/verdict-console/issues)MITPHPPHP ^8.3CI passing

Since Aug 22Pushed todayCompare

[ Source](https://github.com/fissible/verdict-console)[ Packagist](https://packagist.org/packages/fissible/verdict-console)[ Docs](https://github.com/fissible/verdict-console)[ RSS](/packages/fissible-verdict-console/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (13)Versions (12)Used By (0)

Verdict Console
===============

[](#verdict-console)

Human-in-the-loop approval runtime and operator UI for [Laravel AI](https://github.com/laravel/ai)agents governed by [Verdict](https://github.com/fissible/verdict).

> **Status: pre-1.0, headless.** `0.1.0` ships the headless approval round trip — pause → authorized human decision → receipt transition → exact resume → execute at most once — driveable from your own code with no UI. Notifications, evidence projections, and the Blade / Livewire / Filament surfaces are specified in [`docs/design/0001-verdict-console-design.md`](docs/design/0001-verdict-console-design.md)and land in later minors; build order is tracked in [`MILESTONES.md`](MILESTONES.md). Substantial decisions are recorded in [`docs/adr/`](docs/adr/); start with [ADR 0001](docs/adr/0001-approval-surface-contract.md), the approval-surface contract — including the rule that a Verdict `deny` is never approvable from the console.

What it is
----------

[](#what-it-is)

Verdict decides at the tool boundary and records evidence; Laravel AI runs the agent and persists conversations. Neither owns the tissue between them and a human. Verdict Console is that tissue plus the operator surfaces: it turns a Verdict `require_confirmation` into a screen a person acts on, drives the receipt → resume round trip, and presents what Verdict recorded.

It **never** decides (Verdict does), **never** persists conversations (Laravel AI does), and is **never** a second authorization authority. It owns the approval workflow and the UI.

Scope boundary (read first)
---------------------------

[](#scope-boundary-read-first)

The receipt-backed approval loop exists only for Verdict **`BoundTool`** on an agent using Laravel AI's **`RemembersConversations`** concern with a real (non-fake) gateway. Non-`BoundTool` approvals are observable but not Verdict-drivable. See design §3.

Package family
--------------

[](#package-family)

Install only the presentation stack you render in; all three sit on one headless core.

PackageContains`fissible/verdict-console` (this repo)Headless runtime + publishable **Blade** stubs (a working UI on install).`fissible/verdict-console-livewire`End-user chat with inline approval cards.`fissible/verdict-console-filament`Operator console (approval queue, evidence browser, alarms).Installation
------------

[](#installation)

```
composer require fissible/verdict-console:^0.1
php artisan vendor:publish --tag=verdict-console   # config + the pending-approvals migration
php artisan migrate
php artisan verdict-console:doctor                 # preflight every silent trap before the first pause
```

Migrations are published, not auto-loaded: a console table must not appear on `migrate` without the host asking for it. Publish only the config or only the migration with `--tag=verdict-console-config`or `--tag=verdict-console-migrations`. Then bind the two host seams the round trip needs — `ResumableAgents` (how to rebuild your agent from a stable key) and, if your conversations carry a participant, `ConversationParticipants` — and define the `approve-verdict-action` Gate ability: the shipped authority **fails closed** until you do.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Laravel 12 or 13
- `laravel/ai` ^0.11
- `fissible/verdict` ^0.9

Development
-----------

[](#development)

```
composer install
composer test        # analyse + lint + type-coverage + pest
```

License
-------

[](#license)

MIT — see [LICENSE.md](LICENSE.md).

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance80

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

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

---

Top Contributors

[![fissible](https://avatars.githubusercontent.com/u/1410914?v=4)](https://github.com/fissible "fissible (45 commits)")

---

Tags

laravelailivewirefilamenthuman-in-the-looplaravel-aiai-agentsapprovalai-securityverdict

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fissible-verdict-console/health.svg)

```
[![Health](https://phpackages.com/badges/fissible-verdict-console/health.svg)](https://phpackages.com/packages/fissible-verdict-console)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M337](/packages/laravel-ai)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k31.8M163](/packages/laravel-cashier)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[spatie/laravel-health

Monitor the health of a Laravel application

88412.7M190](/packages/spatie-laravel-health)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)

PHPackages © 2026

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