PHPackages                             uhi67/yii2-hintwidget - 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. uhi67/yii2-hintwidget

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

uhi67/yii2-hintwidget
=====================

Hint Widget for Yii2

1.1(7y ago)015MITPHP

Since Jan 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/uhi67/yii2-hintwidget)[ Packagist](https://packagist.org/packages/uhi67/yii2-hintwidget)[ RSS](/packages/uhi67-yii2-hintwidget/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

Hint widget for Yii2
====================

[](#hint-widget-for-yii2)

Displays a pop-up hint dialog widget triggered by a (?) button. Standalon use or inserted into forms. Compatible with bootrstrap form-group and input-group.

Prerequisites
-------------

[](#prerequisites)

- yii2 &gt;= 2.0.13
- php &gt;= 5.6
- Boostrap &gt;= 3

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

[](#installation)

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

To install, either run

```
    composer require uhi67/yii2-hintwidget "1.*"

```

or add

```
"uhi67/yii2-hintwidget" : "1.*"

```

or clone form github

```
    git clone https://github.com/uhi67/yii2-hintwidget

```

Usage in views
--------------

[](#usage-in-views)

### Standalone:

[](#standalone)

```

... content

```

### In form field:

[](#in-form-field)

```
$form->field($model, $fieldname, HintWidget::fieldOptions(3,9))->...

```

The example above creates a form-group with (?) as add-on, using model's attributeHint as hint text.

### In form-group manually:

[](#in-form-group-manually)

```

     label-1

              $model->getAttributeHint($fieldname)])) ?>

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

2660d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ad1219ce8d5edfe285bbe8b2f13f3075f4b87311f42e5e227b31b1159418ea1?d=identicon)[uhi67](/maintainers/uhi67)

---

Top Contributors

[![educ-auto](https://avatars.githubusercontent.com/u/208080521?v=4)](https://github.com/educ-auto "educ-auto (3 commits)")[![uhi67](https://avatars.githubusercontent.com/u/7422173?v=4)](https://github.com/uhi67 "uhi67 (1 commits)")

### Embed Badge

![Health badge](/badges/uhi67-yii2-hintwidget/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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