PHPackages                             beemlabs/beem-symfony - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. beemlabs/beem-symfony

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

beemlabs/beem-symfony
=====================

Symfony bundle for the Beem SDK — auto-traces HTTP, Doctrine, Console, Messenger.

v0.1.0(yesterday)01↑2900%MITPHP &gt;=8.2

Since Jul 19Compare

[ Source](https://github.com/beemlabs/beem-symfony)[ Packagist](https://packagist.org/packages/beemlabs/beem-symfony)[ RSS](/packages/beemlabs-beem-symfony/feed)WikiDiscussions Synced today

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

 [![beem-symfony — Symfony bundle for Beem](.github/banner.svg)](.github/banner.svg)

 [![CI](https://github.com/beemlabs/beem-symfony/actions/workflows/ci.yml/badge.svg)](https://github.com/beemlabs/beem-symfony/actions/workflows/ci.yml) [![Latest Version](https://camo.githubusercontent.com/ea9134189a5b7c1b7d93f072c63496313cbb1c81d1dcac1b04e82fc421129e9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265656d6c6162732f6265656d2d73796d666f6e79)](https://packagist.org/packages/beemlabs/beem-symfony) [![Total Downloads](https://camo.githubusercontent.com/5acab323adf80a3dfd1e04f075517a2c8f4259ce114ee8d85a7e41cf2af9b7fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265656d6c6162732f6265656d2d73796d666f6e79)](https://packagist.org/packages/beemlabs/beem-symfony) [![License: MIT](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Symfony 6.4/7 bundle for the [Beem](https://github.com/beemlabs) SDK — auto-traces HTTP requests, Doctrine queries, console commands, and Messenger messages, and captures unhandled exceptions.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Symfony 6.4 or 7
- [`beemlabs/beem-php`](https://github.com/beemlabs/beem-php) (installed automatically)

Installation
------------

[](#installation)

```
composer require beemlabs/beem-symfony
```

Register the bundle (skip if Flex does it for you):

```
// config/bundles.php
return [
    // ...
    Beem\SymfonyBundle\BeemSymfonyBundle::class => ['all' => true],
];
```

Configure the DSN:

```
# config/packages/beem.yaml
beem:
    dsn: '%env(BEEM_DSN)%'
```

Configuration
-------------

[](#configuration)

Full reference with defaults:

```
beem:
    dsn: '%env(BEEM_DSN)%'   # required; empty disables the SDK
    sample_rate: 1.0          # 0.0–1.0
    max_batch_size: 500
    flush_timeout_ms: 2000
    environment: null         # defaults to kernel.environment
    release: null
    default_tags: {}
    instrument_doctrine: true
    instrument_console: true
    instrument_messenger: true
```

What gets traced
----------------

[](#what-gets-traced)

- **HTTP** — one transaction per request, named after the route, with the response status.
- **Doctrine** — SQL queries become `db.query` spans via a DBAL middleware/logger.
- **Console** — each command runs in its own transaction.
- **Messenger** — each handled message runs in its own transaction.
- **Exceptions** — unhandled exceptions are captured and linked to the active transaction.

Manual instrumentation is available through the core SDK's `Beem\Beem` facade — see the [beem-php README](https://github.com/beemlabs/beem-php).

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

[](#development)

```
composer install
composer test      # Pest
composer cs:check  # php-cs-fixer (dry-run)
composer cs:fix    # php-cs-fixer
```

This repository is a read-only split of the [Beem monorepo](https://github.com/beemlabs). Please open issues and pull requests there — direct pushes here are overwritten by the next sync.

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/039537c97e58c2e3bb0332c34155dc79ae3a2d3dbad1f3f88f2685466263e13c?d=identicon)[bozkurtemre](/maintainers/bozkurtemre)

---

Tags

symfonymonitoringerrorsapmtracingbeem

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/beemlabs-beem-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/beemlabs-beem-symfony/health.svg)](https://phpackages.com/packages/beemlabs-beem-symfony)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M399](/packages/easycorp-easyadmin-bundle)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)

PHPackages © 2026

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