open source · self-hosted

Every Request.
Every Query.
Every Job.

MINITOR is an open-source alternative to Laravel Nightwatch's hosted dashboard, built for infrastructure you control: every request, query, exception, job, cache event, and log from each Laravel app you run, kept on your own servers.

$ composer require minitor/agent $ php artisan minitor:agent
Every record type

One dashboard, every signal

Every signal your Laravel apps produce, scoped per project, stored in tables you can query yourself.

requests

Requests

Throughput, status codes, and duration per route, with a per-request timeline.

queries

Queries

Slow queries grouped by normalized SQL, per connection.

issues

Exceptions

Occurrences grouped into issues, fingerprinted by class, file, and line - with status tracking.

queued_jobs

Queued jobs

Per-queue throughput and failures, down to individual processing attempts.

commands

Commands & schedule

Artisan runs and scheduled tasks, with exit codes and duration.

cache_events

Cache

Hit and miss rates, broken down per key.

outgoing_requests

Outgoing requests

Every HTTP call your app makes, grouped by host.

logs

Logs

A raw log feed, correlated back to the request that produced it.

monitored_users

Users seen

Which users hit which requests, and when.

Set up once

From clone to live telemetry

Stand up the dashboard once, then point any number of Laravel apps at it.

1

Stand up the dashboard

Clone the repo, fill in three env values, and bring it up.

$ docker compose up -d
2

Create a project

Register the operator account and open the Settings dialog - your install snippet and tokens are generated for you.

3

Install the agent

Add minitor/agent to the app you want to watch, paste the snippet, run the agent.

$ composer require minitor/agent
Own your data

Observability, without the lock-in

Trade a hosted APM subscription for a dashboard that lives on your own infrastructure.

HOSTED DASHBOARD
MINITOR
telemetry leaves your infrastructure
+ telemetry never leaves your servers
retention set by a pricing tier
+ retention set by your own disk
closed-source dashboard
+ open source, read every line
one account, one vendor
+ unlimited projects, each its own token
Self-hosted

Run your own telemetry stack

No seat limits, no data caps, no vendor to outgrow. Clone it and watch your first request land in minutes.