PHPackages                             lattaai/latta-laravel-recorder - 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. lattaai/latta-laravel-recorder

ActiveLibrary

lattaai/latta-laravel-recorder
==============================

Latta Laravel Recorder

1.0.4(1y ago)04MITPHPPHP &gt;=5.0

Since Oct 10Pushed 1y agoCompare

[ Source](https://github.com/Latta-AI/latta-laravel-recorder)[ Packagist](https://packagist.org/packages/lattaai/latta-laravel-recorder)[ Docs](https://latta.ai)[ RSS](/packages/lattaai-latta-laravel-recorder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (10)Used By (0)

To implement Latta into Laravel backend do:

1. Install Latta Recorder via Composer

```
composer require lattaai/latta-laravel-recorder

```

2. Insert API Key into ENV File

```
LATTA_API_KEY=xyz

```

3. Add lines to bootstrap/app.php into withExceptions() function

```
->withExceptions(function (Exceptions $exceptions) {
    $exceptions->report(function (Throwable $e) {
        $lattaRecorder = new LattaLaravelRecorder(env('LATTA_API_KEY'));
        $lattaRecorder->reportError($e);
    });
})->create();

```

4. Add lines to app/providers/AppServiceProvider.php into boot function

```
public function boot(): void
{
    $lattaRecorder = new LattaLaravelRecorder(env('LATTA_API_KEY'));
    $lattaRecorder->startRecording("Laravel", app()->version(), PHP_OS, "en", "server");
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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 ~1 days

Total

9

Last Release

568d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cbb084dc09c035433af5623a4f13bcf6458fad63ad435b844033d52d53a4a3a?d=identicon)[madaraczech147](/maintainers/madaraczech147)

---

Top Contributors

[![MadaraCZech](https://avatars.githubusercontent.com/u/5748382?v=4)](https://github.com/MadaraCZech "MadaraCZech (1 commits)")

---

Tags

latta

### Embed Badge

![Health badge](/badges/lattaai-latta-laravel-recorder/health.svg)

```
[![Health](https://phpackages.com/badges/lattaai-latta-laravel-recorder/health.svg)](https://phpackages.com/packages/lattaai-latta-laravel-recorder)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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