PHPackages                             tiden/telemetry-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. tiden/telemetry-laravel

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

tiden/telemetry-laravel
=======================

Tiden error tracking for Laravel — auto-captures reported exceptions and sends them to your Tiden project. Built on tiden/telemetry-php.

v1.0.0(1mo ago)0243MITPHPPHP ^8.3CI passing

Since Jun 10Pushed 1mo agoCompare

[ Source](https://github.com/qase-tms/tiden-telemetry-laravel)[ Packagist](https://packagist.org/packages/tiden/telemetry-laravel)[ Docs](https://github.com/qase-tms/tiden-telemetry-laravel)[ RSS](/packages/tiden-telemetry-laravel/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (14)Versions (5)Used By (0)

tiden/telemetry-laravel
=======================

[](#tidentelemetry-laravel)

Laravel integration for [Tiden](https://tiden.ai) error tracking. Auto-captures every exception Laravel reports and sends it to your Tiden project. Built on [`tiden/telemetry-php`](https://github.com/qase-tms/tiden-telemetry-php).

Install
-------

[](#install)

```
composer require tiden/telemetry-laravel
```

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

```
TIDEN_DSN=http://@/
TIDEN_RELEASE=my-app@1.2.3
```

That's it — reported exceptions now appear in your Tiden project. `environment`defaults to `APP_ENV`.

Configuration (optional)
------------------------

[](#configuration-optional)

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

`config/tiden.php`:

KeyEnvDefaultDescription`dsn``TIDEN_DSN`—Project DSN. No DSN → the integration is inert.`release``TIDEN_RELEASE`—App version.`environment``TIDEN_ENVIRONMENT``APP_ENV`Deployment environment.`send_default_pii``TIDEN_SEND_DEFAULT_PII``false`Send likely-PII (off by default; PII is scrubbed).Manual capture
--------------

[](#manual-capture)

```
use Tiden\Sdk;

Sdk::captureException($e);
Sdk::captureMessage('checkout completed', 'info');
```

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance92

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

40d ago

Major Versions

v0.1.2 → v1.0.02026-06-15

PHP version history (2 changes)v0.1.0PHP ^8.2

v1.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/35f45eb02c022369be1a9350eba9cb2c21c22358c0900921a2637526a39d62ad?d=identicon)[nipisarev](/maintainers/nipisarev)

---

Top Contributors

[![nipisarev](https://avatars.githubusercontent.com/u/6221721?v=4)](https://github.com/nipisarev "nipisarev (2 commits)")

---

Tags

laravelsdkexceptionserror-trackingtiden

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/tiden-telemetry-laravel/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

The official AI SDK for Laravel.

1.0k3.2M247](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87912.0M177](/packages/spatie-laravel-health)[moonshine/moonshine

Laravel administration panel

1.3k253.1k86](/packages/moonshine-moonshine)[illuminate/log

The Illuminate Log package.

6225.3M649](/packages/illuminate-log)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

167558.4k1](/packages/keepsuit-laravel-opentelemetry)

PHPackages © 2026

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