PHPackages                             beemlabs/beem-laravel - 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-laravel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

beemlabs/beem-laravel
=====================

Laravel 11/12 integration for the Beem SDK — auto-traces HTTP, DB queries, queue, console, and captures exceptions.

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

Since Jul 19Compare

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

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

 [![beem-laravel — Laravel integration for Beem](.github/banner.svg)](.github/banner.svg)

 [![CI](https://github.com/beemlabs/beem-laravel/actions/workflows/ci.yml/badge.svg)](https://github.com/beemlabs/beem-laravel/actions/workflows/ci.yml) [![Latest Version](https://camo.githubusercontent.com/debe9008311a09134f2ef66e170e86a0e5b69763e22a7b6967f1bcc0d6eb6223/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265656d6c6162732f6265656d2d6c61726176656c)](https://packagist.org/packages/beemlabs/beem-laravel) [![Total Downloads](https://camo.githubusercontent.com/fbfcff89fe0f64f9531add2ec3de4401b4466b3361b6f1cbf88bd8bc7c67af23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265656d6c6162732f6265656d2d6c61726176656c)](https://packagist.org/packages/beemlabs/beem-laravel) [![License: MIT](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Laravel 11/12 integration for the [Beem](https://github.com/beemlabs) SDK — auto-traces HTTP requests, database queries, queued jobs, and console commands, and captures unhandled exceptions.

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

[](#requirements)

- PHP 8.2+
- Laravel 11 or 12
- [`beemlabs/beem-php`](https://github.com/beemlabs/beem-php) (installed automatically)

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

[](#installation)

```
composer require beemlabs/beem-laravel
```

The service provider is auto-discovered. Set your DSN in `.env`:

```
BEEM_DSN=https://pk_abc123@beem.example.com/shop-api
```

That's it — HTTP, DB, queue, and console instrumentation are on by default.

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

[](#configuration)

Publish the config file if you need more than the env defaults:

```
php artisan vendor:publish --tag=beem-config
```

Environment variables:

VariableDefaultDescription`BEEM_DSN`—Project DSN (empty disables the SDK)`BEEM_SAMPLE_RATE``1.0`Fraction of transactions to record`BEEM_MAX_BATCH_SIZE``500`Events buffered before an automatic flush`BEEM_FLUSH_TIMEOUT_MS``2000`HTTP transport timeout per flush`BEEM_ENVIRONMENT``APP_ENV`Environment tag on every event`BEEM_RELEASE``null`Release/version tag on every event`BEEM_INSTRUMENT_HTTP``true`Trace HTTP requests via middleware`BEEM_INSTRUMENT_DB``true`Record `db.query` spans for Eloquent/DB queries`BEEM_INSTRUMENT_QUEUE``true`Trace queued job execution`BEEM_INSTRUMENT_CONSOLE``true`Trace artisan commandsWhat gets traced
----------------

[](#what-gets-traced)

- **HTTP** — one transaction per request, named after the matched route (`GET /orders/{id}`), with the response status.
- **Database** — every query becomes a `db.query` span on the current transaction.
- **Queue** — each processed job runs in its own transaction.
- **Console** — each artisan command 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 + Orchestra Testbench
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

laravelmonitoringerrorsapmtracingbeem

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M136](/packages/laravel-pulse)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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