binarybuilds/laritor-client

Laritor is a application performance monitoring and observability tool for applications built using laravel php framework

Maintainers

Package info

github.com/binarybuilds/laritor-client

pkg:composer/binarybuilds/laritor-client

Statistics

Installs: 24 639

Dependents: 0

Suggesters: 0

Stars: 12

Open Issues: 0

v2.7.0 2026-03-03 03:40 UTC

README

Laritor Image

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.