PHPackages                             tatarko/yii-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. tatarko/yii-sentry

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

tatarko/yii-sentry
==================

Layer for Yii framework for communication with Sentry logging API

v1.0.1(10y ago)04.2kMITPHP

Since Apr 28Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Yii Sentry extension
====================

[](#yii-sentry-extension)

Layer for Yii framework for communication with Sentry logging API

[![Latest Stable Version](https://camo.githubusercontent.com/b0a8cc2fdc950d22e54b8a1ceae4cc642549f3178dc988a9022a0bdb2427f029/68747470733a2f2f706f7365722e707567782e6f72672f74617461726b6f2f7969692d73656e7472792f762f737461626c652e706e67)](https://packagist.org/packages/tatarko/yii-sentry)[![Code Climate](https://camo.githubusercontent.com/e898387f223130ce66f5e839b69582645210b0ceff69c666dbbf8e4bb6d68620/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f74617461726b6f2f7969692d736c61636b2f6261646765732f6770612e706e67)](https://codeclimate.com/github/tatarko/yii-sentry)

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

[](#installation)

**Yii Sentry** is composer library so you can install the latest version with:

```
php composer.phar require tatarko/yii-sentry
```

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

[](#configuration)

To your application's config add following:

```
'components' => array(
	'log' => array(
		'class' => 'CLogRouter',
		'routes' => array(
			// your other log routers
			array(
				'class' => 'Tatarko\\YiiSentry\\LogRoute',
				'levels' => 'error,warning',
				// 'enabled' => !YII_DEBUG,
			),
		),
	),
	'sentry' => array(
		'class' => 'Tatarko\\YiiSentry\\Client',
		'dsn' => '', // Your's DSN from Sentry
	),
)
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

3842d ago

Major Versions

v0.1.0 → v1.0.02015-04-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1819801?v=4)[Tomáš Tatarko](/maintainers/tatarko)[@tatarko](https://github.com/tatarko)

---

Top Contributors

[![tatarko](https://avatars.githubusercontent.com/u/1819801?v=4)](https://github.com/tatarko "tatarko (1 commits)")

---

Tags

apiloggingsentryyii

### Embed Badge

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

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

###  Alternatives

[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[stayallive/wp-sentry

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

379197.9k](/packages/stayallive-wp-sentry)[lordsimal/cakephp-sentry

Sentry plugin for CakePHP

12270.3k](/packages/lordsimal-cakephp-sentry)[immobiliare/sentry-php

Fork of a PHP client for Sentry (http://getsentry.com) that work also with php5.2

1855.5k](/packages/immobiliare-sentry-php)[crisu83/yii-sentry

Sentry for the Yii PHP framework.

1110.8k](/packages/crisu83-yii-sentry)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)

PHPackages © 2026

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