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

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

lattaai/latta-symfony-recorder
==============================

Latta Symfony Recorder

1.0.3(1y ago)02MITPHPPHP &gt;=5.0

Since Oct 15Pushed 1y agoCompare

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

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

To implement Latta into Symfony do:

1. Install Latta Recorder via Composer

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

```

2. Insert API Key into ENV File

```
LATTA_API_KEY=xyz

```

3. Add lines to config/services.yaml into services block

```
services:
    LattaAi\Symfony\Recorder\LattaSymfonyEventHandler:
        tags: [kernel.event_listener]

```

4. Add lines to config/packages/monolog.yaml into when@prod: monolog: handlers block

```
when@prod:
    monolog:
        handlers:
            latta:
                type: service
                id: LattaAi\Recorder\Symfony\LattaSymfonyLogHandler
                level: debug

```

5. Add lines to public/index.php to return function

```
return function (array $context) {
    $lattaRecorder = new LattaRecorder($_ENV["LATTA_API_KEY"]);
    $lattaRecorder->startRecording("Symfony", \Symfony\Component\HttpKernel\Kernel::VERSION, PHP_OS, "PHP", "server");

    return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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 ~2 days

Total

4

Last Release

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

---

Tags

latta

### Embed Badge

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

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

###  Alternatives

[anime-db/anime-db

The application for making home collection anime

252.1k2](/packages/anime-db-anime-db)

PHPackages © 2026

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