PHPackages                             pavlinter/yii2-disposable-tooltip - 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. pavlinter/yii2-disposable-tooltip

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

pavlinter/yii2-disposable-tooltip
=================================

Yii2: Widget creates disposable tooltips

183[1 issues](https://github.com/pavlinter/yii2-disposable-tooltip/issues)PHP

Since Aug 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/pavlinter/yii2-disposable-tooltip)[ Packagist](https://packagist.org/packages/pavlinter/yii2-disposable-tooltip)[ RSS](/packages/pavlinter-yii2-disposable-tooltip/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Disposable Tooltip
=======================

[](#yii2-disposable-tooltip)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist pavlinter/yii2-disposable-tooltip "dev-master"

```

or add

```
"pavlinter/yii2-disposable-tooltip": "dev-master"

```

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

Configuration
-------------

[](#configuration)

- Before configure: [yii2-dot-translation](https://github.com/pavlinter/yii2-dot-translation)
- Run migration file ```
    yii migrate --migrationPath=@vendor/pavlinter/yii2-disposable-tooltip/tooltip/migrations
    ```
- Update config

```
'modules' => [
        ....
        'distooltip' => [
            'class' => 'pavlinter\tooltip\Module',
            //default
            'cookieName' => 'user_tooltip',
            'storage' => \pavlinter\tooltip\Hint::TYPE_AUTO,
            'userTooltipTable' => '{{%user_tooltip}}',
            'sourceMessageTable' => '{{%source_message}}',
        ],
        ....
    ],
```

Usage
-----

[](#usage)

```

    Your content

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

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/aa81148f518734b069ef57f90038de857b4022a2a1b8d59a0f75ccada1747409?d=identicon)[pavlinter](/maintainers/pavlinter)

---

Top Contributors

[![pavlinter](https://avatars.githubusercontent.com/u/6838002?v=4)](https://github.com/pavlinter "pavlinter (11 commits)")

### Embed Badge

![Health badge](/badges/pavlinter-yii2-disposable-tooltip/health.svg)

```
[![Health](https://phpackages.com/badges/pavlinter-yii2-disposable-tooltip/health.svg)](https://phpackages.com/packages/pavlinter-yii2-disposable-tooltip)
```

###  Alternatives

[bertptrs/phpstreams

A streams library for PHP based on the Java 8 Streams API.

883.2k](/packages/bertptrs-phpstreams)[cheprasov/php-parallel

The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases

1712.5k5](/packages/cheprasov-php-parallel)

PHPackages © 2026

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