PHPackages                             webstik/yii2-telegram-notifications - 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. webstik/yii2-telegram-notifications

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

webstik/yii2-telegram-notifications
===================================

this is extension for telegramNotifications

1.0.0(8y ago)019MITPHPPHP &gt;=5.4.0

Since Apr 20Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Pashkinz92/telegram-notifications-bot)[ Packagist](https://packagist.org/packages/webstik/yii2-telegram-notifications)[ RSS](/packages/webstik-yii2-telegram-notifications/feed)WikiDiscussions master Synced yesterday

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

Telegram notifications
======================

[](#telegram-notifications)

This is extension for Telegram notifications.

Docs for **yii2 advanced template**

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist webstik/yii2-telegram-notifications:dev-master

```

or add

```
"webstik/yii2-telegram-notifications": "dev-master"

```

to the require section of your `composer.json` file.

Usage
=====

[](#usage)

\###Module This extension implements usage of telegram WebHooks. To handle requests
you must configure the module in the backend side with a name of `telegramNotifications` as shown below:

```
'modules' => [
   'telegramNotifications' =>  [
        'class' => '\webstik\telegramNotifications\Module'
    ]
],
```

\###Migrations This extension uses DB for saving configuration of telegram bot. You must add configure the `console/main.php` file the migrations as shown below:

```
'controllerMap' => [
    'migrate-webstik-telegram' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationTable' => 'migration_webstik_telega',
        'migrationPath' => '@webstik/telegramNotifications/migrations',
    ],
],
```

and then run the console command:

```
php yii migrate-webstik-telegram
```

\###UI After configure you can use web pages for set webhooks, token and pin-code. Just follow the link:

`/index.php?r=/telegram-setting`

or

`/index.php?r=telegramNotifications/telegram-setting`

or

`/telegramNotifications/telegram-setting`

\###Subscribed users List of subscribed users will be available by link

`/telegramNotifications/telegram-users`

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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

2945d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1906420de8070f7e087f527d4c57377c3a0c6a0acce00271c5b7a6bcd0f60ea8?d=identicon)[Pashkinz92](/maintainers/Pashkinz92)

---

Top Contributors

[![Yana2014](https://avatars.githubusercontent.com/u/38525533?v=4)](https://github.com/Yana2014 "Yana2014 (26 commits)")[![Pashkinz92](https://avatars.githubusercontent.com/u/4114995?v=4)](https://github.com/Pashkinz92 "Pashkinz92 (1 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/webstik-yii2-telegram-notifications/health.svg)

```
[![Health](https://phpackages.com/badges/webstik-yii2-telegram-notifications/health.svg)](https://phpackages.com/packages/webstik-yii2-telegram-notifications)
```

###  Alternatives

[nterms/yii2-mailqueue

Email queue component for yii2 that works with yii2-swiftmailer.

87129.2k2](/packages/nterms-yii2-mailqueue)[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[odaialali/yii2-toastr

This is the Toastr extension for Yii 2. It encapsulates Toastr plugin in terms of Yii widgets, and makes ajax notification easy to implement.

1486.3k](/packages/odaialali-yii2-toastr)

PHPackages © 2026

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