PHPackages                             biteit/tracy-slack-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. biteit/tracy-slack-logger

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

biteit/tracy-slack-logger
=========================

Integrates Tracy Logger to your Slack

0.6.1(2y ago)322.8k↓36.8%MITPHPPHP &gt;=5.6.0

Since Mar 14Pushed 2y agoCompare

[ Source](https://github.com/manweCZ/tracy-slack-logger)[ Packagist](https://packagist.org/packages/biteit/tracy-slack-logger)[ RSS](/packages/biteit-tracy-slack-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (6)Used By (0)

Quick integration for Tracy Debugging panel for Slack.

**Installation:**

1. Create a webhook integration for you Slack team here:
2. Initialize TracySlackLogger

```
$logger = new \BiteIT\TracySlackLogger('YOUR_HOOK_URL');
\Tracy\Debugger::$productionMode = true;
\Tracy\Debugger::setLogger( $logger );
```

Now whenever an error or exception occures on your website, your selected Slack Channel will be notified.

If you want to customize what log priorities should be notified to your Slack Channel, use the method

```
$logger->setReportingLevels( [ ILogger::INFO ] );
```

If you want to report ALL priorities, use an empty array for the method. By default, the TracySlackLogger notifies `ILogger::ERROR`, `ILogger::CRITICAL` and `ILogger::EXCEPTION` errors.

If you want to enable or disable advanced information in slack message you can use these methods.

```
$logger->setEnabledMessageData([\BiteIT\TracySlackLogger::MESSAGE_ALL]);
$logger->setDisabledMessageData(\BiteIT\TracySlackLogger::MESSAGE_IP);
```

If you want to add custom data to your messages, you can do so by using custom messages callback (added in v 0.5). Message will be inserted before error description.

```
$logger->addCustomMessageCallback(function() use ($myDependencies){
    return "*Logged user*: {$myDependencies->getLoggedUser()->getName()}";
});
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.4% 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 ~383 days

Total

5

Last Release

1090d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/006243654f6be437ad2830eef3ed92609ad0e4b98d1788a89d7884fb8a83e0c1?d=identicon)[manweCZ](/maintainers/manweCZ)

---

Top Contributors

[![manweCZ](https://avatars.githubusercontent.com/u/26147491?v=4)](https://github.com/manweCZ "manweCZ (24 commits)")[![radek-cmyk](https://avatars.githubusercontent.com/u/254740070?v=4)](https://github.com/radek-cmyk "radek-cmyk (4 commits)")[![Sofiosko](https://avatars.githubusercontent.com/u/24888906?v=4)](https://github.com/Sofiosko "Sofiosko (3 commits)")

### Embed Badge

![Health badge](/badges/biteit-tracy-slack-logger/health.svg)

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

###  Alternatives

[kdyby/monolog

Integration of Monolog into Nette Framework

33684.0k10](/packages/kdyby-monolog)[contributte/newrelic

NewRelic PHP agent integration for Nette Framework

19822.4k](/packages/contributte-newrelic)[mangoweb/monolog-tracy-handler

Integrates Tracy into Monolog, supports uploading Tracy bluescreens to AWS S3

20327.5k1](/packages/mangoweb-monolog-tracy-handler)[nextras/tracy-monolog-adapter

Nextras Tracy-Monolog Adapter

1128.1k](/packages/nextras-tracy-monolog-adapter)

PHPackages © 2026

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