PHPackages                             panix/wgt-callback - 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. panix/wgt-callback

ActivePixelion-widget[Utility &amp; Helpers](/categories/utility)

panix/wgt-callback
==================

Widget callback

1.0.0(4y ago)042MITPHP

Since Oct 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/andrtechno/wgt-callback)[ Packagist](https://packagist.org/packages/panix/wgt-callback)[ Docs](https://github.com/andrtechno/wgt-callback)[ RSS](/packages/panix-wgt-callback/feed)WikiDiscussions main Synced today

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

Widget callback
===============

[](#widget-callback)

[![Latest Stable Version](https://camo.githubusercontent.com/859b23f801e898e3603cebb0a53e3426ad441341c029a41f23a9ace46409d579/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d63616c6c6261636b2f762f737461626c65)](https://packagist.org/packages/panix/wgt-callback)[![Total Downloads](https://camo.githubusercontent.com/4ae6eb17cdde2b4828661681debb928f4495ba51d6e4d8d41310d2f21a1cae5e/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d63616c6c6261636b2f646f776e6c6f616473)](https://packagist.org/packages/panix/wgt-callback)[![Monthly Downloads](https://camo.githubusercontent.com/9a2d12e0f5c079c87000f83d6b6db4b6894932494e55c49805e8b46d38734e80/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d63616c6c6261636b2f642f6d6f6e74686c79)](https://packagist.org/packages/panix/wgt-callback)[![Daily Downloads](https://camo.githubusercontent.com/4d56f1c90969b89746b918002214b3c2b05edb15dca5e68ecf0caee758ab219f/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d63616c6c6261636b2f642f6461696c79)](https://packagist.org/packages/panix/wgt-callback)[![Latest Unstable Version](https://camo.githubusercontent.com/32bc4b8f71caf8d54f278dfe102a411e11de12c75d6de93b260737b4d2e56f36/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d63616c6c6261636b2f762f756e737461626c65)](https://packagist.org/packages/panix/wgt-callback)[![License](https://camo.githubusercontent.com/083e01a42d90ccebb271f436ada4b3020018e5743e249a1fe3afa57dc20d5938/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d63616c6c6261636b2f6c6963656e7365)](https://packagist.org/packages/panix/wgt-callback)

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

[](#installation)

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

Either run

```
php composer require --prefer-dist panix/wgt-callback "*"

```

or add

```
"panix/wgt-callback": "*"

```

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

Usage
-----

[](#usage)

add you config.php

```
'controllerMap' => [
    'callback' => 'panix\ext\callback\CallbackController',
],

```

add you view file

[See modal options](https://www.yiiframework.com/extension/yiisoft/yii2-bootstrap4/doc/api/2.0/yii-bootstrap4-modal).

```
echo \panix\ext\callback\CallbackWidget::widget([
    'id' => 'callback-modal',
    'size' => 'modal-dialog-centered modal-dialog-scrollable',
    'toggleButton' => false,
    // modal options
]);

echo Html::button('Callback', ['data-toggle' => 'modal','data-target' => '#callback-modal']);

```

Add you UrlManager rules

```
'rules' => [
    'callback' => 'callback/index',
    // ..
]

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f081670109ead0bd6a80aa3af5e9ef9fdcacecdaa3d5a9c1281eed523d09e455?d=identicon)[andrtechno](/maintainers/andrtechno)

---

Top Contributors

[![andrtechno](https://avatars.githubusercontent.com/u/6948026?v=4)](https://github.com/andrtechno "andrtechno (25 commits)")

---

Tags

callbackextensionwidgetpixelion-cms

### Embed Badge

![Health badge](/badges/panix-wgt-callback/health.svg)

```
[![Health](https://phpackages.com/badges/panix-wgt-callback/health.svg)](https://phpackages.com/packages/panix-wgt-callback)
```

###  Alternatives

[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1359.3k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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