binarybuilds / laritor-client
The official Laritor client for Laravel. Stream traces, exceptions, queries, jobs, and more to your Laritor dashboard in under 30 seconds.
Requires
- php: ^8.0|^8.1|^8.2|^8.3|^8.4|^8.5
- ext-json: *
- guzzlehttp/guzzle: ^7.2
- jaybizzle/crawler-detect: ^1.3
- laravel/framework: ^9.0.0|^10.0.0|^11.0.0|^12.0.0|^13.0.0
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- phpstan/phpstan: ^2.1
- 3.x-dev
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- 2.x-dev
- v2.7.0
- v2.6.1
- v2.6.0
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.11
- v2.3.10
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.0
- 1.x-dev
- 1.5.x-dev
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.0
This package is auto-updated.
Last update: 2026-04-23 04:45:55 UTC
README
Laritor is a Laravel-native observability and performance monitoring tool that captures requests, queries, jobs, and external calls into a single correlated timeline.
With built-in dashboards, alerts, and AI-powered insights, it helps you understand and optimize your application using real production data.
This package sends telemetry events from your Laravel application to Laritor.
Why Laritor?
- See exactly what’s slowing your application
- Debug issues with full request timelines
- Detect N+1 queries and slow database calls
- Monitor queues, scheduled tasks, and failures
- Get real-time alerts for production issues
- No agents. No infrastructure changes
Requirements
- PHP:
^8.0 | ^8.1 | ^8.2 | ^8.3 | ^8.4 | ^8.5 - Laravel:
^9 | ^10 | ^11 | ^12 | ^13
Getting Started
1. Signup for Laritor
Signup for Laritor at https://laritor.com/signup
2. Install package
composer require binarybuilds/laritor-client
3. Add env variables
Add the following to your .env:
LARITOR_ENABLED=true
LARITOR_INGEST_ENDPOINT=your-ingest-endpoint
LARITOR_BACKEND_KEY=laritor-key
Environment variables:
LARITOR_ENABLED: Enable/disable the client.LARITOR_INGEST_ENDPOINT: Laritor ingest URL for your account.LARITOR_BACKEND_KEY: Backend key for authentication.
4. Run command during deployment
After deployment, run:
php artisan laritor:sync
This syncs:
- Scheduled tasks
- Database schema
- Health checks
5. (Optional) Server Metrics
To collect CPU, memory, and disk usage, schedule below command to run every minute.
php artisan laritor:send-metrics
Documentation
Setup details, configuration options, and API references:
Development
Run tests:
composer test
Static analysis:
vendor/bin/phpstan
Security
If you discover a security vulnerability, do not use the public issue tracker or disclose it publicly. Please refer to our Security Policy.
Support
- Email: support@laritor.com
- Discord: Laritor Discord
License
This package is open-sourced software licensed under the MIT license.
