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 today

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 41% 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

1652d 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

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[awssat/discord-notification-channel

Discord Notification Channel for laravel.

94131.9k](/packages/awssat-discord-notification-channel)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

10097.5k](/packages/mehrancodes-laravel-harbor)[exceedone/exment

Management for Product, Client, Contracts, Subscription, ...

28038.8k](/packages/exceedone-exment)[spatie/laravel-backup-server

Backup multiple applications

17120.9k1](/packages/spatie-laravel-backup-server)

PHPackages © 2026

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