binarybuilds / laritor-client
Laritor is a application performance monitoring and observability tool for applications built using laravel php framework
Requires
- php: ^7.4|^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
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0|^10.0
- phpstan/phpstan: ^2.1
- 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
- dev-postgres-sync
- dev-main
This package is auto-updated.
Last update: 2026-03-03 03:41:19 UTC
README
Laritor is a full-stack observability platform for Laravel applications.
This is a client package for sending application telemetry to Laritor.
Requirements
- PHP:
^7.4 | ^8.0 | ^8.1 | ^8.2 | ^8.3 | ^8.4 | ^8.5 - Laravel:
^9 | ^10 | ^11 | ^12
Installation
composer require binarybuilds/laritor-client
Configuration
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.
Usage
Sync after each deployment to push scheduled tasks, schema changes, and health checks.
php artisan laritor:sync
Optional: collect server metrics (CPU, memory, disk) by scheduling this 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.
