PHPackages                             apuc/yii2-channels-webhook - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. apuc/yii2-channels-webhook

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

apuc/yii2-channels-webhook
==========================

Extention, that allows you to throw a webhook after saving model

062PHP

Since Oct 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/apuc/yii2-channels-webhook)[ Packagist](https://packagist.org/packages/apuc/yii2-channels-webhook)[ RSS](/packages/apuc-yii2-channels-webhook/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

channels-webhook
================

[](#channels-webhook)

Extention, that allows you to throw a webhook after saving model

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist apuc/yii2-channels-webhook "*"

```

or add

```
"apuc/yii2-channels-webhook": "*"

```

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

Usage example

```
"websocket" => [
    "class" => WebHookBehavior::className(),
    "url" => "https://example.com"
    "onUpdate" => false
]

```

You can also add module for testing

```
'module' => [
    'test' => [
        'class' => 'apuc\channels_webhook\modules\test\Test',
    ],
]

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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/38375068?v=4)[crazykoha](/maintainers/crazykoha)[@crazykoha](https://github.com/crazykoha)

---

Top Contributors

[![apuc](https://avatars.githubusercontent.com/u/6388044?v=4)](https://github.com/apuc "apuc (14 commits)")

### Embed Badge

![Health badge](/badges/apuc-yii2-channels-webhook/health.svg)

```
[![Health](https://phpackages.com/badges/apuc-yii2-channels-webhook/health.svg)](https://phpackages.com/packages/apuc-yii2-channels-webhook)
```

###  Alternatives

[leocavalcante/swoole-futures

Futures + async/await for PHP's Swoole concurrency run-time.

1032.5k](/packages/leocavalcante-swoole-futures)[hexbit/router

Wordpress Router

352.8k](/packages/hexbit-router)

PHPackages © 2026

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