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

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

tiden/laravel
=============

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

v0.1.0(1mo ago)00MITPHP ^8.2

Since Jun 10Compare

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

READMEChangelog (1)Dependencies (5)Versions (2)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

34

—

LowBetter than 75% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity36

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

45d ago

### Community

Maintainers

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

---

Tags

laravelsdkexceptionserror-trackingtiden

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/tiden-laravel/health.svg)](https://phpackages.com/packages/tiden-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.2M246](/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.3M647](/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)
