PHPackages                             kuick/sentry - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. kuick/sentry

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

kuick/sentry
============

Kuick Sentry provides a bridge to Sentry for Kuick applications.

v2.2.1(1mo ago)1203MITPHPPHP &gt;=8.2.0CI passing

Since Jan 22Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/milejko/kuick-sentry)[ Packagist](https://packagist.org/packages/kuick/sentry)[ RSS](/packages/kuick-sentry/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (11)Used By (0)

Kuick Sentry
============

[](#kuick-sentry)

[![Latest Version](https://camo.githubusercontent.com/ccc0e9dd2436c68dca9f354a303cc05666979ffe8ad2e1cbb02d8794e5c5cf6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d696c656a6b6f2f6b7569636b2d73656e7472792e7376673f63616368655365636f6e64733d33363030)](https://github.com/milejko/kuick-sentry/releases)[![PHP](https://camo.githubusercontent.com/ac99b489f44f6ce512b6a4d6919492f00b43862f88161b80e35da61f35064ca0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e32253230253743253230382e33253230253743253230382e34253230253743253230382e352d626c75653f6c6f676f3d7068702663616368655365636f6e64733d33363030)](https://www.php.net)[![Total Downloads](https://camo.githubusercontent.com/aa35985e6606c05feab122cd2c453f9743366b3f8e5212343a52b771a7627afa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7569636b2f73656e7472792e7376673f63616368655365636f6e64733d33363030)](https://packagist.org/packages/kuick/sentry)[![GitHub Actions CI](https://github.com/milejko/kuick-sentry/actions/workflows/ci.yml/badge.svg)](https://github.com/milejko/kuick-sentry/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/992109e688d4592fd973b54eda778fdb0ae5d6c709081a33aa7d2e20cd1d0d33/68747470733a2f2f636f6465636f762e696f2f67682f6d696c656a6b6f2f6b7569636b2d73656e7472792f67726170682f62616467652e7376673f746f6b656e3d38305145424448475048)](https://codecov.io/gh/milejko/kuick-sentry)[![Software License](https://camo.githubusercontent.com/e2f0982d826e942af97a6e879597c2301c2a8a97567d69e47148db858bbc5de3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f63616368655365636f6e64733d3134343030)](LICENSE)

A Sentry bridge for applications based on Kuick Framework
=========================================================

[](#a-sentry-bridge-for-applications-based-on-kuick-framework)

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

[](#requirements)

- PHP 8.2 or higher
- [Kuick Framework](https://github.com/milejko/kuick-framework) `^2.3`

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

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

```
composer require kuick/sentry
```

### 2. Register the DI definitions

[](#2-register-the-di-definitions)

The DI file wires `SentryConfig`, `SentryInitializer`, `SentryListener`, and `SentryExceptionController` and reads all settings from environment variables.

Test out the Sentry exception trigger it with:

```
curl -X PUT https://your-app.example.com/api/sentry/exception
```

Check your Sentry project — an event titled *"Test exception for sentry integration"* should appear.

### 3. Configure via environment variables

[](#3-configure-via-environment-variables)

VariableDefaultDescription`SENTRY_ENABLED``0`Set to `1` to enable Sentry reporting`SENTRY_DSN`*(empty)*Your project DSN from the Sentry dashboard`SENTRY_ENVIRONMENT``LOCAL`Environment tag sent with every event (e.g. `production`, `staging`)`SENTRY_SAMPLE_RATE``1.0`Traces sample rate between `0.0` and `1.0``SENTRY_RELEASE`*(empty)*Release identifier (e.g. `v1.2.3` or a commit SHA)`SENTRY_IGNORE_EXCEPTIONS``Kuick\Http\HttpException`Comma-separated list of exception class names that should **not** be reportedExample `.env` file:

```
SENTRY_ENABLED=1
SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0
SENTRY_ENVIRONMENT=production
SENTRY_SAMPLE_RATE=1.0
SENTRY_RELEASE=v1.0.0
SENTRY_IGNORE_EXCEPTIONS=Kuick\Http\HttpException,App\Exception\ValidationException
```

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance90

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Recently: every ~117 days

Total

10

Last Release

50d ago

Major Versions

v1.0.2 → v2.0.02025-01-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/f986340afe26a382bdec4d838f514714b6f5bc7222baf73972001a66b9b6dab0?d=identicon)[emisarius](/maintainers/emisarius)

---

Top Contributors

[![milejko](https://avatars.githubusercontent.com/u/14335568?v=4)](https://github.com/milejko "milejko (20 commits)")

---

Tags

sentryKuick

### Embed Badge

![Health badge](/badges/kuick-sentry/health.svg)

```
[![Health](https://phpackages.com/badges/kuick-sentry/health.svg)](https://phpackages.com/packages/kuick-sentry)
```

###  Alternatives

[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k127.1M202](/packages/sentry-sentry-laravel)[sentry/sentry-symfony

Symfony integration for Sentry (http://getsentry.com)

74666.1M93](/packages/sentry-sentry-symfony)[sentry/sdk

This is a meta package of sentry/sentry. We recommend using sentry/sentry directly.

327139.0M166](/packages/sentry-sdk)[stayallive/wp-sentry

A (unofficial) WordPress plugin to report PHP and JavaScript errors to Sentry.

387211.1k](/packages/stayallive-wp-sentry)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1861.6M3](/packages/justbetter-magento2-sentry)[networkteam/sentry-client

A Sentry client for TYPO3. It forwards errors and exceptions to Sentry - https://sentry.io/

391.1M7](/packages/networkteam-sentry-client)

PHPackages © 2026

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