Request timeline
One request, fully connected.
Follow the complete execution flow, from queries to jobs to external calls, and quickly identify what is slowing things down.
Laravel-native production debugging
Laritor was built by Laravel developers who got tired of piecing together production issues from scattered logs and generic APMs that had no idea what Eloquent was. It captures everything your Laravel app does in production: queries, jobs, API calls, feature flags, all tied together so you can find the problem in 30 seconds instead of 30 minutes.
Setup in under 30 seconds.
Laritor Demo
Why it works
Production issues are typically a chain of events. A single request can trigger multiple queries, jobs, cache operations, and external calls. Reconstructing that flow is the hardest part. Laritor correlates everything into a single timeline, making it easy to trace cause and effect.
Captured signals
What to care about first
Understand exactly what is happening inside your Laravel app without jumping between tools.
Request timeline
Follow the complete execution flow, from queries to jobs to external calls, and quickly identify what is slowing things down.
Queue visibility
Track wait time, execution duration, retries, failures, and upstream triggers to quickly identify the bottleneck.
AI database optimization
Laritor uses schema-aware AI to analyze request context and query patterns, surfacing indexing and schema recommendations without guesswork.
Alerts
Route alerts to email, Slack, Microsoft Teams, Discord, webhooks, GitHub, or Linear, with default policies and per-environment overrides.
Health Checks
Create custom health checks for your critical endpoints, jobs, and dependencies, and get alerted when they fail or degrade.
Feature Flags
Track performance with feature flags on and off, and see how they affect requests, queries, and user experience.
Setup
Install the Composer package, add env variables, and deploy. No agents to run and no infrastructure changes required.
composer require binarybuilds/laritor-client
LARITOR_ENABLED=true
LARITOR_INGEST_URL=laritor-ingest-url
LARITOR_INGEST_TOKEN=your-ingest-token Free tier includes 300K events per month, unlimited applications, and unlimited seats. Paid plans start at $10 per month for 10 million events, with $0.20 per 100K events thereafter.
Start monitoring for freeStart monitoring now
Install Laritor in minutes. Free tier includes 300K events, with paid plans starting at $10 per month.