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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lattaai/latta-laravel-recorder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 today

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

22

—

LowBetter than 21% of packages

Maintenance34

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

620d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/138915721?v=4)[madaraczech147](/maintainers/madaraczech147)[@madaraczech147](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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