PHPackages                             mrbase/cachet-slack-integration - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. mrbase/cachet-slack-integration

AbandonedArchivedLibrary[Mail &amp; Notifications](/categories/mail)

mrbase/cachet-slack-integration
===============================

Adds Slack notifications on Cachet events.

1.1(9y ago)103495[3 issues](https://github.com/mrbase/cachet-slack-integration/issues)MITPHP

Since Dec 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mrbase/cachet-slack-integration)[ Packagist](https://packagist.org/packages/mrbase/cachet-slack-integration)[ Docs](https://github.com/mrbase/cachet-slack-integration)[ RSS](/packages/mrbase-cachet-slack-integration/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Cachet Slack integration
========================

[](#cachet-slack-integration)

This package adds [Slack](https://slack.com) integration to your [Cachet](https://cachethq.io/) installation.

When set up it will send notifications to a slack channel when a incident is either added or updated - and when components are added or updated.

Install
-------

[](#install)

```
composer require mrbase/cachet-slack-integration

```

Add provider to your config/app.php providers

```
'providers' => [
    ...
    Maknz\Slack\SlackServiceProvider::class,
    Mrbase\CachetSlackIntegration\ServiceProvider::class,
],

```

And to aliases:

```
'aliases' => [
    ...
    'Slack' => Maknz\Slack\Facades\Slack::class,
],

```

Publish config and translations:

```
php artisan vendor:publish

```

Setup
-----

[](#setup)

Edit `config/slack.php` and replace the following with your own settings, update any other settings as toy see fit:

```
'endpoint' => '',

```

The endpoint url is something like:

Remember to clear cache and config.

Done, Cachet will now send notifications to your Slack channel on incident events.

Note
----

[](#note)

In the current version only one Slack account/channel is supported. I have plans for adding support for Slack subscriptions just as you subscribe to email notifications.

Sponsored by [Unity](http://unity3d.com)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3617d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/304661?v=4)[Ulrik Nielsen](/maintainers/mrbase)[@mrbase](https://github.com/mrbase)

---

Top Contributors

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

---

Tags

laravelslackintegrationcachet

### Embed Badge

![Health badge](/badges/mrbase-cachet-slack-integration/health.svg)

```
[![Health](https://phpackages.com/badges/mrbase-cachet-slack-integration/health.svg)](https://phpackages.com/packages/mrbase-cachet-slack-integration)
```

###  Alternatives

[beyondcode/slack-notification-channel

Slack Notification Channel for Laravel using API tokens.

85529.6k](/packages/beyondcode-slack-notification-channel)[jeremykenedy/slack

A simple PHP package for sending messages to Slack.

10920.2k1](/packages/jeremykenedy-slack)[tomatophp/filament-fcm

Firebase Cloud Messaging integration to Native FilamentPHP Notification Package

202.2k1](/packages/tomatophp-filament-fcm)

PHPackages © 2026

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