Download the PHP package padosoft/eval-harness-ui without Composer

On this page you can find all versions of the php package padosoft/eval-harness-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package eval-harness-ui

Eval Harness UI Admin

Package: padosoft/eval-harness-ui
Target stack: Laravel 13.x + PHP 8.3+
Purpose: Read-only admin panel for consuming padosoft/eval-harness report APIs.

eval-harness-ui is a host-driven SPA package that gives QA teams and ops teams a ready dashboard without touching the eval-harness backend repository.

Backend API repository: padosoft/eval-harness

Table of contents

What this package gives you

Screen list

Why this package exists

eval-harness can keep domain logic and API concerns. This package adds only UI surfaces and route mounting for admin consumption.

Architecture in plain words

Runtime contract

Production install (beginner-proof, copy/paste)

1) Install the package

2) Publish package files

3) Configure environment

Add to your .env:

4) Clear caches and test route exposure

5) Open the UI

Navigate to http://your-app.test/admin/eval-harness. If login is required, use a user that can pass eval-harness.viewer policy.

Minimal security wiring

This package does not define authorization policy defaults. You must define who can access these routes in your host app.

Example Gate setup

If you are not using policies, replace this with any Closure logic that matches your project auth model.

Environment and config reference

API mapping the UI expects

Screen Endpoint(s)
Dashboard /reports, /batches/live, /adversarial/manifests, /datasets/{name}/trend?limit=30
Reports list /reports
Report detail /reports/{id}, /reports/{id}/cohorts, /reports/{id}/histograms, /reports/{id}/rows.csv, /reports/{id}/download
Compare /reports/{id}/diff/{otherId}
Trend /datasets/{name}/trend
Adversarial /adversarial/manifests, /adversarial/manifests/{name}
Live batches /batches/live, /batches/{id}/progress

Local development setup

Requirements

Install dependencies and run checks

If all commands are green, your local environment matches the repository quality gates.

Project structure (quick map)

Release process (what is expected in PR flow)

  1. Implementa in branch task/<macro>-....
  2. Apri PR per quel subtask.
  3. Esegui local gates e richiedi Copilot review.
  4. Merga nel macro branch dopo review e test pass.
  5. Merga in main solo con CI verde e checklist completata.
  6. Tagga e push per rilascio automatico.

release.yml in .github/workflows can create the GitHub release automatically if configured.

Constraints and behavior notes

Roadmap (current status aligned with AGENTS docs)

Contributing and support

If you are joining as a junior contributor:

  1. Read docs/PROGRESS.md and docs/PLAN.md before touching code.
  2. Follow the required tests before opening a PR.
  3. Keep modifications small and scoped.
  4. Respect hard anti-zombie server rules when running local checks (no dangling PHP/Vite/Node processes).

License

MIT


All versions of eval-harness-ui with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package padosoft/eval-harness-ui contains the following files

Loading the files please wait ...