PHPackages                             dms/sloth-github-plugin - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dms/sloth-github-plugin

ActiveSloth-plugin[Utility &amp; Helpers](/categories/utility)

dms/sloth-github-plugin
=======================

Sloth plugin to better integrate Github and Slack with more information in messages.

0.1(9y ago)034MITPHP

Since May 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rdohms/sloth-github-plugin)[ Packagist](https://packagist.org/packages/dms/sloth-github-plugin)[ RSS](/packages/dms-sloth-github-plugin/feed)WikiDiscussions master Synced 1mo ago

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

DMS Github Integration for Slack
================================

[](#dms-github-integration-for-slack)

This is a Sloth plugin that improves on the default Slack/Github intagration, by adding more options and more informational messages. Each tool needs to be properly hooked up to webhooks, so each can be enabled on demand.

Install
-------

[](#install)

To activate this plugin, simple require it in a Sloth project with

`composer require dms/sloth-github-plugin`

### Github Webhooks

[](#github-webhooks)

Each feature has its own endpoint that needs to be hooked up to github. Please refer to each of the features below to hook them as needed.

Features
--------

[](#features)

### Better PR Comments

[](#better-pr-comments)

The standard Github/Slack integration gives a limited amount of information when a message is posted to Slack, this integration improves on that and provides a more complete set of information, allowing you to have all the context you need to decide if the message is relevant for you.

This is what a regular comment looks like:

[![PR Comment Example](resources/pr-comment.png)](resources/pr-comment.png)

And a review comment:

[![PR Review Comment Example](resources/review-comment.png)](resources/review-comment.png)

#### Install

[](#install-1)

Hook up these url to your Github repository

For Regular comments

- **Endpoint**: `/plugin/dms/pr/comment`
- **Events**: `issue_comment`

For Review (inline) comments

- **Endpoint**: `/plugin/dms/pr/review-comment`
- **Events**: `pull_request_review_comment`

### Label Notifiers

[](#label-notifiers)

This plugin will broadcast a message to Slack when ever a label that matches an internal regular expression is added to a ticket, internally we used this one to let us know when a PR was reviewed and needed changes to be made for example.

This is an example:

[![Label Broadcast](resources/label-new.png)](resources/label-new.png)

#### Install

[](#install-2)

Hook up these url to your Github repository

- **Endpoint**: `/plugin/dms/label/notify`
- **Events**: `issues`

#### Configuration

[](#configuration)

You can change the regular expression which decides which labels are pushed to slack.

```
'dms.github.label-manager' => [
    'actionable.regexp' => ''
]
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3643d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23a593969f579439fd872c91e475453dc72d08aaa98e14d759ac0b8ab707e3bd?d=identicon)[rdohms](/maintainers/rdohms)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dms-sloth-github-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/dms-sloth-github-plugin/health.svg)](https://phpackages.com/packages/dms-sloth-github-plugin)
```

###  Alternatives

[jason-morton-nz/laravel-grunt

Asset manangement package for Laravel 4 using the power of Grunt &amp; Bower

1253.2k](/packages/jason-morton-nz-laravel-grunt)[event-engine/discolight

Lightweight PSR-11 DI Container inspired by bitExpert/disco

1027.5k1](/packages/event-engine-discolight)[okeuday/erlang_php

Erlang External Term Format for PHP

101.3k](/packages/okeuday-erlang-php)

PHPackages © 2026

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