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

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

iribarren/slack-notify
======================

very simple class for sending slack notificacions

010PHP

Since Oct 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/iribarren/slack-notify)[ Packagist](https://packagist.org/packages/iribarren/slack-notify)[ RSS](/packages/iribarren-slack-notify/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

slack-notify
============

[](#slack-notify)

A very simple class for sending slack notificacions

Instalation
-----------

[](#instalation)

`composer require iribarren/slack-notify`

Usage
-----

[](#usage)

Create a new SlackNotifier object Set the slack webhook URL Set your message and format Send it!

```
$notifier = new SlackNotifier();
$notifier->setSlackWebHookUrl("YOUR_SLACK_WEBHOOK_URL");
$notifier->setText("I think you all should take a rest");
$notifier->setUserName("Boss");
$notifier->setChannel("#dev-team");
$notifier->notify()
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/350968?v=4)[Aritz Iribarren Galarza](/maintainers/iribarren)[@iribarren](https://github.com/iribarren)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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