tiden/laravel
最新稳定版本:v0.1.0
Composer 安装命令:
composer require tiden/laravel
包简介
Tiden error tracking for Laravel — auto-captures reported exceptions and sends them to your Tiden project. Built on tiden/php.
README 文档
README
Laravel integration for Tiden error tracking. Auto-captures
every exception Laravel reports and sends it to your Tiden project. Built on
tiden/php.
Install
composer require tiden/laravel
The service provider is auto-discovered. Set your DSN:
TIDEN_DSN=http://<publicKey>@<host:ingestPort>/<projectId> 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)
php artisan vendor:publish --tag=tiden-config
config/tiden.php:
| Key | Env | Default | Description |
|---|---|---|---|
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
use Tiden\Sdk; Sdk::captureException($e); Sdk::captureMessage('checkout completed', 'info');
License
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-10