PHPackages                             binarybuilds/laritor-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. binarybuilds/laritor-client

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

binarybuilds/laritor-client
===========================

The official Laritor client for Laravel. Stream traces, exceptions, queries, jobs, and more to your Laritor dashboard in under 30 seconds.

v3.0.11(3w ago)1738.4k↓51.5%MITPHPPHP ^8.0|^8.1|^8.2|^8.3|^8.4|^8.5CI failing

Since Jul 10Pushed 3w ago1 watchersCompare

[ Source](https://github.com/binarybuilds/laritor-client)[ Packagist](https://packagist.org/packages/binarybuilds/laritor-client)[ Docs](https://github.com/binarybuilds/laritor-client)[ RSS](/packages/binarybuilds-laritor-client/feed)WikiDiscussions 3.x Synced 1w ago

READMEChangelog (10)Dependencies (15)Versions (62)Used By (0)

Performance monitoring and Observability for Laravel
====================================================

[](#performance-monitoring-and-observability-for-laravel)

[![Latest Version](https://camo.githubusercontent.com/c42fdf17ab7d0f42701df8bc43f29f0014570f2904305bbceae90764d84c5863/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696e6172796275696c64732f6c617269746f722d636c69656e74)](https://packagist.org/packages/binarybuilds/laritor-client)[![Total Downloads](https://camo.githubusercontent.com/c77722ef77e4433c298a4c5ea2b488f5afeaee3c4524b9556497c7cd0083ae58/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696e6172796275696c64732f6c617269746f722d636c69656e74)](https://packagist.org/packages/binarybuilds/laritor-client)[![Laravel Compatibility](https://camo.githubusercontent.com/41dd3acf89627c66cb4eb5ce0ade9d34aaff4a9b81260fc47e98bb4c7f6c1ecd/68747470733a2f2f62616467652e6c61726176656c2e636c6f75642f62616467652f62696e6172796275696c64732f6c617269746f722d636c69656e74)](https://packagist.org/packages/binarybuilds/laritor-client)[![PHP Version](https://camo.githubusercontent.com/a020432194c127a96cc0af2fbd38e2fe1221a26d6c7a60ddc7167d51cf69d80b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f62696e6172796275696c64732f6c617269746f722d636c69656e74)](https://packagist.org/packages/binarybuilds/laritor-client)[![Tests](https://camo.githubusercontent.com/cd0e26b824d9156798888cfa670df0e4ab91d86f61a69e9909e3cd839f4ed89d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62696e6172796275696c64732f6c617269746f722d636c69656e742f63692e796d6c3f6c6162656c3d7465737473)](https://github.com/binarybuilds/laritor-client/actions)[![License](https://camo.githubusercontent.com/b80407fcc5fefb05cc365941cf0fae092dff2520e2898afeb13750437fd4cc57/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62696e6172796275696c64732f6c617269746f722d636c69656e74)](https://github.com/binarybuilds/laritor-client/blob/main/LICENSE.md)[![Agentless Setup](https://camo.githubusercontent.com/233f11d83d40c6c9b9b87b32829e1fa77759f91ddcaee80f6fbcf1f04de92314/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53657475702d4167656e746c6573732d627269676874677265656e)](https://laritor.com)

[Laritor](https://laritor.com) 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.

---

[![Laritor Image](/art/laritor-og.png "Laritor Image")](/art/laritor-og.png)

---

Why 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
------------

[](#requirements)

- PHP: `^8.0 | ^8.1 | ^8.2 | ^8.3 | ^8.4 | ^8.5`
- Laravel: `^9 | ^10 | ^11 | ^12 | ^13`

Getting Started
---------------

[](#getting-started)

### 1. Signup for Laritor

[](#1-signup-for-laritor)

Signup for Laritor at

2. Install package
------------------

[](#2-install-package)

```
composer require binarybuilds/laritor-client

```

3. Add env variables
--------------------

[](#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
--------------------------------

[](#4-run-command-during-deployment)

After deployment, run:

```
php artisan laritor:sync

```

This syncs:

- Scheduled tasks
- Database schema
- Health checks

5. (Optional) Server Metrics
----------------------------

[](#5-optional-server-metrics)

To collect CPU, memory, and disk usage, schedule below command to run every minute.

```
php artisan laritor:send-metrics

```

Documentation
-------------

[](#documentation)

Setup details, configuration options, and API references:

- [Laritor Documentation](https://laritor.com/docs)

Development
-----------

[](#development)

Run tests:

```
composer test

```

Static analysis:

```
vendor/bin/phpstan

```

Security
--------

[](#security)

If you discover a security vulnerability, do not use the public issue tracker or disclose it publicly. Please refer to our [Security Policy](https://github.com/binarybuilds/laritor-client/security/policy).

Support
-------

[](#support)

- Email:
- Discord: [Laritor Discord](https://discord.laritor.com)

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance95

Actively maintained with recent releases

Popularity37

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

56

Last Release

24d ago

Major Versions

1.x-dev → v2.0.02025-08-15

v1.5.0 → v2.2.42025-09-12

1.5.x-dev → v2.3.42025-09-21

v2.7.0 → v3.0.02026-04-01

PHP version history (3 changes)v1.0.0PHP ^7.4|^8.0|^8.1|^8.2|^8.3|^8.4

v2.5.0PHP ^7.4|^8.0|^8.1|^8.2|^8.3|^8.4|^8.5

v3.0.6PHP ^8.0|^8.1|^8.2|^8.3|^8.4|^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/faf684c4b3aeecf11110dd558e77c2207fa9e5753d3d0815165097240615f423?d=identicon)[srinathdudi](/maintainers/srinathdudi)

---

Top Contributors

[![srinathreddydudi](https://avatars.githubusercontent.com/u/10626045?v=4)](https://github.com/srinathreddydudi "srinathreddydudi (292 commits)")

---

Tags

apmdebugginglaravellaravel-applicationlaravel-monitoringlaravel-packagelaravel-performanceobservabilityperformance-monitoringtracinglaravellaravel-analyticslaravel-monitoringlaravel performanceapplication performance monitoringLaravel Debuglaravel-tracinglaravel observabilitylaravel apm

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/binarybuilds-laritor-client/health.svg)

```
[![Health](https://phpackages.com/badges/binarybuilds-laritor-client/health.svg)](https://phpackages.com/packages/binarybuilds-laritor-client)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M901](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.1k2.2k](/packages/unopim-unopim)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

206923.1k10](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

7905.8k](/packages/firefly-iii-data-importer)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

98145.2k3](/packages/nickurt-laravel-akismet)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
