PHPackages                             jdlxnl/slack - 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. jdlxnl/slack

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

jdlxnl/slack
============

Wrapper around slack library to make notification easier

1.0.2(4y ago)01.3k1MITPHP

Since Dec 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jdlxnl/slack)[ Packagist](https://packagist.org/packages/jdlxnl/slack)[ RSS](/packages/jdlxnl-slack/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (1)

Package
=======

[](#package)

Ads some decoration and utility functions around Laravels slack notification channel. Mainly focussed around Personas as sender, and functionality to build custom payloads.

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

[](#installation)

```
composer require jdlxnl/slack
```

Usage
-----

[](#usage)

```
    use Jdlx\Slack\Notifications\SlackNotification;
    use Jdlx\Slack\Sender;
    use Jdlx\Slack\Slack;
    use Jdlx\Task\Slack\Attachment\TaskFailure;

    $builder = (new TaskFailure())->withJob($job)->withTaskLog($log);

    Slack::channel()->notify(
            new SlackNotification(
                $title,
                Sender::persona(Sender::TASK_RUNNER),
                $builder->toSlackAttachment()
            ));
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

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

Every ~0 days

Total

3

Last Release

1602d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76caab2626cdfa35e2b169e284e6975c83b495f659cd1b21539d4b904f2af071?d=identicon)[jeroendelau](/maintainers/jeroendelau)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jdlxnl-slack/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[awssat/discord-notification-channel

Discord Notification Channel for laravel.

94122.8k](/packages/awssat-discord-notification-channel)[netflie/laravel-notification-whatsapp

Laravel notification driver for WhatsApp

176173.9k](/packages/netflie-laravel-notification-whatsapp)

PHPackages © 2026

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