PHPackages                             exploitfate/yii2-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. exploitfate/yii2-sentry

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

exploitfate/yii2-sentry
=======================

Yii2 Sentry package

v1.0.1(1y ago)00MITPHPPHP &gt;=7.2.0

Since Jan 23Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (0)

Yii2 Sentry Package
===================

[](#yii2-sentry-package)

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

[](#requirements)

```
sudo apt -y install php-excimer
```

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

```
php composer.phar require --prefer-dist exploitfate/yii2-sentry

```

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

[](#configuration)

Add `sentry` component to bootstrap and set component config

```
return [
    'bootstrap' => ['sentry'],
        // ...
    'components' => [
        // ...
        'sentry' => [
            'class' => 'exploitfate\yii\sentry\Sentry',
            'enabled' => false, // optional, default = false
            'options' => [
                'dsn' => 'http://1234567890:abcddefg0987654321@sentry.io/7654321',
                // 'traces_sample_rate' => 1.0,
                // Set a sampling rate for profiling - this is relative to traces_sample_rate
                // 'profiles_sample_rate' => 1.0,
            ],
        ],
        // ...
    ],
];
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance42

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

Total

2

Last Release

480d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2168183808f4862bdb8829386c6a07803f13fa663e4b59afd1bd830325527760?d=identicon)[exploitfate](/maintainers/exploitfate)

---

Top Contributors

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

---

Tags

sentryyii2

### Embed Badge

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

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

###  Alternatives

[notamedia/yii2-sentry

Yii2 logger for Sentry

1272.0M2](/packages/notamedia-yii2-sentry)[mito/yii2-sentry

Yii 2 extension for Sentry

92377.7k](/packages/mito-yii2-sentry)

PHPackages © 2026

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