PHPackages                             ddinchev/yii-jui-tooltip-widget - 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. ddinchev/yii-jui-tooltip-widget

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ddinchev/yii-jui-tooltip-widget
===============================

jQuery UI Tooltip Widget for Yii 1.1

011PHP

Since Nov 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ddinchev/yii-jui-tooltip-widget)[ Packagist](https://packagist.org/packages/ddinchev/yii-jui-tooltip-widget)[ RSS](/packages/ddinchev-yii-jui-tooltip-widget/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii1.1 jQuery UI Tooltip Widget
===============================

[](#yii11-jquery-ui-tooltip-widget)

This is minimalistic widget that wraps jQuery UI tooltip, which comes in shipped with Yii 1.1.13 onwards:

Composer installation
=====================

[](#composer-installation)

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

Either run

```
$ composer require ddinchev/yii-jui-tooltip-widget dev-master
```

or add

```
"ddinchev/yii-jui-tooltip-widget": "*"

```

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

Now you can use the widget like this:

```
$this->widget('EJuiTooltip', array('selector' => '.tooltip'));
```

Once the widget has been included, way all links that have "tooltip" class and have "title" attribute will start displaying tooltips on hover containing the content of the "title" attribute. For more options check:

Manual installation
===================

[](#manual-installation)

Download `EJuiTooltip.php` to `protected/extensions/juitooltip/EJuiTooltip.php`. Now you can use the widget like this:

```
Yii::import('application.extensions.juitip.EJuiTooltip', true);
$this->widget('EJuiTooltip', array('selector' => '.tooltip'));
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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://avatars.githubusercontent.com/u/1397692?v=4)[Dimitar Dinchev](/maintainers/ddinchev)[@ddinchev](https://github.com/ddinchev)

---

Top Contributors

[![ddinchev](https://avatars.githubusercontent.com/u/1397692?v=4)](https://github.com/ddinchev "ddinchev (2 commits)")

### Embed Badge

![Health badge](/badges/ddinchev-yii-jui-tooltip-widget/health.svg)

```
[![Health](https://phpackages.com/badges/ddinchev-yii-jui-tooltip-widget/health.svg)](https://phpackages.com/packages/ddinchev-yii-jui-tooltip-widget)
```

###  Alternatives

[php-ffmpeg/extras

A set of audio/video formats compatible with PHP-FFMpeg

182289.7k1](/packages/php-ffmpeg-extras)[lionix/seo-manager

SEO Manager for Laravel Framework

2145.4k](/packages/lionix-seo-manager)[symbiote/silverstripe-metadata

Allows the ability to annotate objects with metadata, according to a CMS defined schema.

107.5k2](/packages/symbiote-silverstripe-metadata)

PHPackages © 2026

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