PHPackages                             kit-tools/yii2-webui-popover - 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. kit-tools/yii2-webui-popover

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

kit-tools/yii2-webui-popover
============================

WebUI Popover widget for Yii2.

22.5k[1 PRs](https://github.com/kit-tools/yii2-webui-popover/pulls)PHP

Since Mar 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kit-tools/yii2-webui-popover)[ Packagist](https://packagist.org/packages/kit-tools/yii2-webui-popover)[ RSS](/packages/kit-tools-yii2-webui-popover/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 WebUI Popover
==================

[](#yii2-webui-popover)

This widget is a Yii 2 wrapper of [WebUI-Popover](https://github.com/sandywalker/webui-popover/blob/master/README.md) plugin.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist kit-tools/yii2-webui-popover "*"

```

or add

```
"kit-tools/yii2-webui-popover": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
use kittools\webuipopover\WebUIPopover;

echo WebUIPopover::widget([
    'label' => 'Button popup',
    'tagName' => 'button',
    'body' => 'Content popup'
]);
```

The following example will show the content enclosed between the begin() and end() calls within the popover box:

```
WebUIPopover::begin([
    'label' => 'Button popup',
    'tagName' => 'button',
    'tagOptions' => [
        'class' => 'btn btn-success',
    ],
    'pluginOptions' => [
        'placement' => 'right',
        'animation' => 'pop',
        'title' => 'Popover title',
        'onShow' => 'function($element) {console.log($element);}'
    ],
]);

echo 'Content popup';

WebUIPopover::end();
```

Checkout the [documentation](https://github.com/sandywalker/webui-popover#default-options) for further information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

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://www.gravatar.com/avatar/b8d5d131b99b0502507db6e8edf6b21d49beac9f9cb51b95cb08a625ec1bc177?d=identicon)[wppdevelop](/maintainers/wppdevelop)

---

Top Contributors

[![kit-tools](https://avatars.githubusercontent.com/u/2368451?v=4)](https://github.com/kit-tools "kit-tools (6 commits)")

### Embed Badge

![Health badge](/badges/kit-tools-yii2-webui-popover/health.svg)

```
[![Health](https://phpackages.com/badges/kit-tools-yii2-webui-popover/health.svg)](https://phpackages.com/packages/kit-tools-yii2-webui-popover)
```

###  Alternatives

[ably/laravel-broadcaster

An Ably broadcaster for Laravel

701.3M](/packages/ably-laravel-broadcaster)[skleeschulte/base32

Base32 encoding and decoding class (RFC 4648, RFC 4648 extended hex, Crockford, z-base-32/Zooko).

17320.5k9](/packages/skleeschulte-base32)[joserick/laravel-livewire-discover

Discover and autoload multiples components of livewire by convention (componentNamespace)

2739.6k2](/packages/joserick-laravel-livewire-discover)[jpmurray/laravel-countdown

Provide an easy class easy way to get the time difference between two dates, with an extra bonus trait for eloquent

833.8k](/packages/jpmurray-laravel-countdown)

PHPackages © 2026

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