PHPackages                             ethercreative/yii2-slack-error-logger - 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. [Framework](/categories/framework)
4. /
5. ethercreative/yii2-slack-error-logger

ActiveProject[Framework](/categories/framework)

ethercreative/yii2-slack-error-logger
=====================================

Send errors (5xx) to a slack channel

0.0.6(9y ago)25.3k1MITPHP

Since Mar 10Pushed 9y agoCompare

[ Source](https://github.com/ethercreative/yii2-slack-error-logger)[ Packagist](https://packagist.org/packages/ethercreative/yii2-slack-error-logger)[ Docs](http://www.ethercreative.co.uk/)[ RSS](/packages/ethercreative-yii2-slack-error-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Yii2 Slack Error Logger
=======================

[](#yii2-slack-error-logger)

Send errors (5xx) to a slack channel

Install
-------

[](#install)

You can install the package using the Composer package manager. You can install it by running this command in your project root:

```
composer require ethercreative/yii2-slack-error-logger
```

Basic Usage
-----------

[](#basic-usage)

Add the class to your configuration file.

You will need to [create an incoming webhook](https://my.slack.com/services/new/incoming-webhook)

```
	// ...
	'log' => [
		// ...
		'targets' => [
			[
				'class' => 'ethercreative\log\Error',
				'levels' => ['error'],
				'webhook' => 'https://hooks.slack.com/...',
				'name' => 'The name of your project',
				'username' => 'The username for the user',
				'channel' => '#thechannel',
			],
		],
	],
	// ...
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Total

6

Last Release

3344d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/807df0a17d1291238650a6652a05231e0eecc1e7236480762cbb674a6fe61198?d=identicon)[mattether](/maintainers/mattether)

---

Tags

logframeworkslackloggeryii2

### Embed Badge

![Health badge](/badges/ethercreative-yii2-slack-error-logger/health.svg)

```
[![Health](https://phpackages.com/badges/ethercreative-yii2-slack-error-logger/health.svg)](https://phpackages.com/packages/ethercreative-yii2-slack-error-logger)
```

###  Alternatives

[lanin/laravel-api-debugger

Easily debug your JSON API.

2311.8M](/packages/lanin-laravel-api-debugger)[yiisoft/log

Yii Logging Library

42917.2k25](/packages/yiisoft-log)[yiisoft/log-target-file

Yii Logging Library - File Target

22294.1k12](/packages/yiisoft-log-target-file)[yidas/yii2-bower-asset

Bower Assets for Yii 2 app provided via Composer repository

331.2M30](/packages/yidas-yii2-bower-asset)[tecnocen/yii2-formgenerator

Yii 2 Library to configure form generator

145.7k](/packages/tecnocen-yii2-formgenerator)

PHPackages © 2026

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