PHPackages                             kostikpenzin/yii2-slackbot - 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. [API Development](/categories/api)
4. /
5. kostikpenzin/yii2-slackbot

ActiveLibrary[API Development](/categories/api)

kostikpenzin/yii2-slackbot
==========================

Yii bot for sending messages (alerts) to Slack

v0.1.4(4y ago)1228MITPHPPHP &gt;=7.1

Since May 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kostikpenzin/yii2-slackbot)[ Packagist](https://packagist.org/packages/kostikpenzin/yii2-slackbot)[ Docs](https://github.com/kostikpenzin/yii2-slackbot)[ RSS](/packages/kostikpenzin-yii2-slackbot/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (2)Versions (20)Used By (0)

Yii 2 SlackBot
==============

[](#yii-2-slackbot)

[![Latest Stable Version](https://camo.githubusercontent.com/12eb4a86ce97a84f02ae4eedd81fdcd287c1b85cdc0361927c11432842686a92/68747470733a2f2f706f7365722e707567782e6f72672f6b6f7374696b70656e7a696e2f796969322d736c61636b626f742f762f737461626c65)](https://packagist.org/packages/kostikpenzin/yii2-slackbot)[![Total Downloads](https://camo.githubusercontent.com/635f0aeceb4bee3f8a942cfbc135fe9ea73048405b05a5c9513922802a03dc30/68747470733a2f2f706f7365722e707567782e6f72672f6b6f7374696b70656e7a696e2f796969322d736c61636b626f742f646f776e6c6f616473)](https://packagist.org/packages/kostikpenzin/yii2-slackbot)[![Latest Unstable Version](https://camo.githubusercontent.com/464b2f17d787b99c4d708f8bcaf23d34f15417b04e517c38734ec2c845dec83b/68747470733a2f2f706f7365722e707567782e6f72672f6b6f7374696b70656e7a696e2f796969322d736c61636b626f742f762f756e737461626c65)](https://packagist.org/packages/kostikpenzin/yii2-slackbot)[![License](https://camo.githubusercontent.com/467d2808cd13310d18f09ca842706f81a9f97258bdfe890d6199e68fc408a80f/68747470733a2f2f706f7365722e707567782e6f72672f6b6f7374696b70656e7a696e2f796969322d736c61636b626f742f6c6963656e7365)](https://packagist.org/packages/kostikpenzin/yii2-slackbot)[![Monthly Downloads](https://camo.githubusercontent.com/5b78313fbac135304d92ce9a8ed5b6395a2d54fba0e34aff017712521a88ed85/68747470733a2f2f706f7365722e707567782e6f72672f6b6f7374696b70656e7a696e2f796969322d736c61636b626f742f642f6d6f6e74686c79)](https://packagist.org/packages/kostikpenzin/yii2-slackbot)

Yii bot for sending messages (alerts) to Slack.

Setup
-----

[](#setup)

Add the `kostikpenzin/yii2-slackbot` package to your composer.json

```
composer require kostikpenzin/yii2-slackbot
```

Add the component to your config in the components section:

```
'components' => [
    // ...
    'slackbot' => [
        'class' => 'kostikpenzin\SlackBot\Bot',
        '_token' => 'Asdw-111111111-2222222222-3333333333',
        '_channel' => 'Finanso_alert', // default channel
        '_username' => 'Finanso_SlackBot',
        '_icon' => ':mega:'
    ]
]
```

Using default settings in your Application:

```
\Yii::$app
  ->slackbot
  ->message('Message.')
  ->send();
```

Using custom settings in your Application:

```
\Yii::$app
  ->slackbot
  ->channel('Finanso_alert')
  ->user('Finanso_SlackBot')
  ->icon(':mega:')
  ->message('Message.')
  ->send();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

17

Last Release

1799d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91e9cbcca0b902019fbc065d783f7953d99b744cb4a209e43167be3ba8bf6367?d=identicon)[penzin85](/maintainers/penzin85)

---

Top Contributors

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

---

Tags

phpapislackyiibotPHP7alert

### Embed Badge

![Health badge](/badges/kostikpenzin-yii2-slackbot/health.svg)

```
[![Health](https://phpackages.com/badges/kostikpenzin-yii2-slackbot/health.svg)](https://phpackages.com/packages/kostikpenzin-yii2-slackbot)
```

###  Alternatives

[phplicengine/bitly

Bitly API v4

22277.3k](/packages/phplicengine-bitly)[sonko-dmitry/yii2-telegram-bot-api

Telegram bot api component for Yii2

2132.2k](/packages/sonko-dmitry-yii2-telegram-bot-api)[borsaco/telegram-bot-api-bundle

A simple wrapper for telegram-bot-api.

5633.0k](/packages/borsaco-telegram-bot-api-bundle)[klev-o/telegram-bot-api

Simple and convenient object-oriented implementation Telegram bot API with php version ^7.4 support. You'll like it)

457.8k1](/packages/klev-o-telegram-bot-api)[jeffreyhyer/bamboohr

PHP SDK for the BambooHR API

1077.3k1](/packages/jeffreyhyer-bamboohr)[klev-o/crypto-pay-api

Simple and convenient implementation of the Crypto Pay payment system (@CryptoBot)

205.1k](/packages/klev-o-crypto-pay-api)

PHPackages © 2026

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